sheldon: add mainrs as maintainer

This commit is contained in:
Kyure_A 2024-07-31 19:38:36 +09:00
parent fbd892591c
commit 9e7fafde5d

View file

@ -7,7 +7,7 @@ let
tomlFormat = pkgs.formats.toml { };
sheldonCmd = "${config.home.profileDirectory}/bin/sheldon";
in {
meta.maintainers = [ maintainers.Kyure-A ];
meta.maintainers = with maintainers; [ Kyure-A mainrs ];
options.programs.sheldon = {
enable = mkEnableOption "sheldon";