about summary refs log tree commit diff
path: root/pkgs/tools/security/gnupg
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2021-10-14 10:59:33 +0200
committerPeter Simons <simons@cryp.to>2021-10-14 11:01:27 +0200
commit476635afe170dcfe49f3de533c4b05bb6fb094a8 (patch)
tree567e903c78631428536d0ddc3b3b861c20799133 /pkgs/tools/security/gnupg
parentb8ffa68b3582f412c580765392f2ec5a8d2eb1f5 (diff)
Drop myself from meta.maintainers for most packages.
I'd like to reduce the number of Github notifications and
review requests I receive.
Diffstat (limited to 'pkgs/tools/security/gnupg')
-rw-r--r--pkgs/tools/security/gnupg/22.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/gnupg/22.nix b/pkgs/tools/security/gnupg/22.nix
index 25dc64e6184a1..83b04a9fe790b 100644
--- a/pkgs/tools/security/gnupg/22.nix
+++ b/pkgs/tools/security/gnupg/22.nix
@@ -91,7 +91,7 @@ stdenv.mkDerivation rec {
       frontend applications and libraries are available.  Version 2 of GnuPG
       also provides support for S/MIME.
     '';
-    maintainers = with maintainers; [ peti fpletz vrthra ];
+    maintainers = with maintainers; [ fpletz vrthra ];
     platforms = platforms.all;
   };
 }