maintainers: add Kyure-A as maintainer

This commit is contained in:
Kyure_A 2024-07-27 00:58:03 +09:00
parent 531f7bae73
commit 1429d45f74
2 changed files with 8 additions and 1 deletions

View file

@ -581,4 +581,11 @@
github = "zorrobert"; github = "zorrobert";
githubId = 118135271; githubId = 118135271;
}; };
Kyure-A = {
name = "Kyure_A";
email = "k@kyre.moe";
github = "Kyure-A";
githubId = 49436968;
};
} }

View file

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