lol

Merge pull request #146743 from genofire/patch-1

maintainers: add genofire (me)

authored by

0x4A6F and committed by
GitHub
3f891f20 da8cf9b4

+11 -1
+10
maintainers/maintainer-list.nix
··· 4187 4187 githubId = 313929; 4188 4188 name = "Gabriel Ebner"; 4189 4189 }; 4190 + genofire = { 4191 + name = "genofire"; 4192 + email = "geno+dev@fireorbit.de"; 4193 + github = "genofire"; 4194 + githubId = 6905586; 4195 + keys = [{ 4196 + longkeyid = "rsa4096/0xFC83907C125BC2BC"; 4197 + fingerprint = "386E D1BF 848A BB4A 6B4A 3C45 FC83 907C 125B C2BC"; 4198 + }]; 4199 + }; 4190 4200 georgewhewell = { 4191 4201 email = "georgerw@gmail.com"; 4192 4202 github = "georgewhewell";
+1 -1
pkgs/tools/misc/gotify-desktop/default.nix
··· 21 21 description = "Small Gotify daemon to send messages as desktop notifications"; 22 22 homepage = "https://github.com/desbma/gotify-desktop"; 23 23 license = licenses.gpl3Plus; 24 - maintainers = [ maintainers.bryanasdev000 ]; 24 + maintainers = with maintainers; [ bryanasdev000 genofire ]; 25 25 }; 26 26 }