summary refs log tree commit diff
path: root/pkgs/applications/misc/fetchmail/default.nix
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/applications/misc/fetchmail/default.nix
parentb8ffa68b3582f412c580765392f2ec5a8d2eb1f5 (diff)
downloadnixpkgs-476635afe170dcfe49f3de533c4b05bb6fb094a8.tar
nixpkgs-476635afe170dcfe49f3de533c4b05bb6fb094a8.tar.gz
nixpkgs-476635afe170dcfe49f3de533c4b05bb6fb094a8.tar.bz2
nixpkgs-476635afe170dcfe49f3de533c4b05bb6fb094a8.tar.lz
nixpkgs-476635afe170dcfe49f3de533c4b05bb6fb094a8.tar.xz
nixpkgs-476635afe170dcfe49f3de533c4b05bb6fb094a8.tar.zst
nixpkgs-476635afe170dcfe49f3de533c4b05bb6fb094a8.zip
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/applications/misc/fetchmail/default.nix')
-rw-r--r--pkgs/applications/misc/fetchmail/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/misc/fetchmail/default.nix b/pkgs/applications/misc/fetchmail/default.nix
index db807ffe1cf..f16e2a87a68 100644
--- a/pkgs/applications/misc/fetchmail/default.nix
+++ b/pkgs/applications/misc/fetchmail/default.nix
@@ -25,7 +25,6 @@ stdenv.mkDerivation rec {
       IPSEC.
     '';
     platforms = platforms.unix;
-    maintainers = [ maintainers.peti ];
     license = licenses.gpl2Plus;
   };
 }