Merge pull request #146743 from genofire/patch-1

maintainers: add genofire (me)
This commit is contained in:
0x4A6F 2021-11-20 22:46:41 +01:00 committed by GitHub
commit 3f891f20ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 1 deletions

View file

@ -4187,6 +4187,16 @@
githubId = 313929; githubId = 313929;
name = "Gabriel Ebner"; name = "Gabriel Ebner";
}; };
genofire = {
name = "genofire";
email = "geno+dev@fireorbit.de";
github = "genofire";
githubId = 6905586;
keys = [{
longkeyid = "rsa4096/0xFC83907C125BC2BC";
fingerprint = "386E D1BF 848A BB4A 6B4A 3C45 FC83 907C 125B C2BC";
}];
};
georgewhewell = { georgewhewell = {
email = "georgerw@gmail.com"; email = "georgerw@gmail.com";
github = "georgewhewell"; github = "georgewhewell";

View file

@ -21,6 +21,6 @@ rustPlatform.buildRustPackage rec {
description = "Small Gotify daemon to send messages as desktop notifications"; description = "Small Gotify daemon to send messages as desktop notifications";
homepage = "https://github.com/desbma/gotify-desktop"; homepage = "https://github.com/desbma/gotify-desktop";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = [ maintainers.bryanasdev000 ]; maintainers = with maintainers; [ bryanasdev000 genofire ];
}; };
} }