Merge pull request #146743 from genofire/patch-1
maintainers: add genofire (me)
This commit is contained in:
commit
3f891f20ae
2 changed files with 11 additions and 1 deletions
|
@ -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";
|
||||||
|
|
|
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue