summaryrefslogtreecommitdiffstats
path: root/pkgs/tools
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 /pkgs/tools
parentda8cf9b4ac5dd6b08e6d5ef1d58407f3f2340ffe (diff)
parent39d1d1893bbdb4af6119efd65331980ed7aa86f6 (diff)
Merge pull request #146743 from genofire/patch-1
maintainers: add genofire (me)
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/misc/gotify-desktop/default.nix2
1 files changed, 1 insertions, 1 deletions
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 ];
};
}