mirror of
https://github.com/nix-community/home-manager
synced 2024-11-27 05:29:46 +01:00
kanshi: fix maintainers entry for nurelin
This commit is contained in:
parent
7a0a7d6427
commit
eb4a1ad68f
2 changed files with 7 additions and 1 deletions
|
@ -157,4 +157,10 @@
|
|||
github = "t4ccer";
|
||||
githubId = 64430288;
|
||||
};
|
||||
nurelin = {
|
||||
name = "nurelin";
|
||||
email = "nurelin@users.noreply.github.com";
|
||||
github = "nurelin";
|
||||
githubId = 5276274;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -128,7 +128,7 @@ let
|
|||
'';
|
||||
in {
|
||||
|
||||
meta.maintainers = [ maintainers.nurelin ];
|
||||
meta.maintainers = [ hm.maintainers.nurelin ];
|
||||
|
||||
options.services.kanshi = {
|
||||
enable = mkEnableOption
|
||||
|
|
Loading…
Reference in a new issue