maintainers: add Kyure-A as maintainer
This commit is contained in:
parent
531f7bae73
commit
1429d45f74
|
@ -581,4 +581,11 @@
|
|||
github = "zorrobert";
|
||||
githubId = 118135271;
|
||||
};
|
||||
|
||||
Kyure-A = {
|
||||
name = "Kyure_A";
|
||||
email = "k@kyre.moe";
|
||||
github = "Kyure-A";
|
||||
githubId = 49436968;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue