1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-26 00:18:30 +02:00

kanshi: fix maintainers entry for nurelin

This commit is contained in:
Luna Nova 2021-12-25 10:37:21 -08:00 committed by Robert Helgesson
parent 7a0a7d6427
commit eb4a1ad68f
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89
2 changed files with 7 additions and 1 deletions

View File

@ -157,4 +157,10 @@
github = "t4ccer";
githubId = 64430288;
};
nurelin = {
name = "nurelin";
email = "nurelin@users.noreply.github.com";
github = "nurelin";
githubId = 5276274;
};
}

View File

@ -128,7 +128,7 @@ let
'';
in {
meta.maintainers = [ maintainers.nurelin ];
meta.maintainers = [ hm.maintainers.nurelin ];
options.services.kanshi = {
enable = mkEnableOption