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";
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 { };
cmd = "${config.home.profileDirectory}/bin/sheldon";
in {
meta.maintainers = pkgs.sheldon.meta.maintainers;
meta.maintainers = [ maintainers.Kyure-A ];
options.programs.sheldon = {
enable = mkEnableOption "sheldon";