maintainers: add Kyure-A as maintainer
This commit is contained in:
parent
531f7bae73
commit
1429d45f74
|
@ -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;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue