summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author0x4A6F <0x4A6F@users.noreply.github.com>2021-11-20 22:46:41 +0100
committerGitHub <noreply@github.com>2021-11-20 22:46:41 +0100
commit3f891f20aee3bb7d4dac86cb58b3aa632a5a0d2e (patch)
tree10415d5d72fd928558d016a7afc04753cf408578
parentda8cf9b4ac5dd6b08e6d5ef1d58407f3f2340ffe (diff)
parent39d1d1893bbdb4af6119efd65331980ed7aa86f6 (diff)
Merge pull request #146743 from genofire/patch-1
maintainers: add genofire (me)
-rw-r--r--maintainers/maintainer-list.nix10
-rw-r--r--pkgs/tools/misc/gotify-desktop/default.nix2
2 files changed, 11 insertions, 1 deletions
diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix
index bc9aaed9c80a..cbed76919bdb 100644
--- a/maintainers/maintainer-list.nix
+++ b/maintainers/maintainer-list.nix
@@ -4187,6 +4187,16 @@
githubId = 313929;
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 = {
email = "georgerw@gmail.com";
github = "georgewhewell";
diff --git a/pkgs/tools/misc/gotify-desktop/default.nix b/pkgs/tools/misc/gotify-desktop/default.nix
index 350f29ec52b0..1da729c706d4 100644
--- a/pkgs/tools/misc/gotify-desktop/default.nix
+++ b/pkgs/tools/misc/gotify-desktop/default.nix
@@ -21,6 +21,6 @@ rustPlatform.buildRustPackage rec {
description = "Small Gotify daemon to send messages as desktop notifications";
homepage = "https://github.com/desbma/gotify-desktop";
license = licenses.gpl3Plus;
- maintainers = [ maintainers.bryanasdev000 ];
+ maintainers = with maintainers; [ bryanasdev000 genofire ];
};
}