summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders/notmuch
diff options
context:
space:
mode:
authorFlorian Friesdorf <florian@ternaris.com>2019-02-22 16:14:13 +0100
committerFlorian Friesdorf <florian@ternaris.com>2019-02-22 16:14:13 +0100
commitfbef5ab82fc231d6bf81b60859ee2569ba8110b3 (patch)
tree24e3579a4441c0b68e3b7704d27b3ab7bd97e441 /pkgs/applications/networking/mailreaders/notmuch
parente5405f9ae8b87c202a22438dd162defda1996a97 (diff)
downloadnixpkgs-fbef5ab82fc231d6bf81b60859ee2569ba8110b3.tar
nixpkgs-fbef5ab82fc231d6bf81b60859ee2569ba8110b3.tar.gz
nixpkgs-fbef5ab82fc231d6bf81b60859ee2569ba8110b3.tar.bz2
nixpkgs-fbef5ab82fc231d6bf81b60859ee2569ba8110b3.tar.lz
nixpkgs-fbef5ab82fc231d6bf81b60859ee2569ba8110b3.tar.xz
nixpkgs-fbef5ab82fc231d6bf81b60859ee2569ba8110b3.tar.zst
nixpkgs-fbef5ab82fc231d6bf81b60859ee2569ba8110b3.zip
Remove myself as maintainer from packages
I'm currently not maintaining any packages.
Diffstat (limited to 'pkgs/applications/networking/mailreaders/notmuch')
-rw-r--r--pkgs/applications/networking/mailreaders/notmuch/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/mailreaders/notmuch/default.nix b/pkgs/applications/networking/mailreaders/notmuch/default.nix
index 2fff46a1737..b6d552d96d5 100644
--- a/pkgs/applications/networking/mailreaders/notmuch/default.nix
+++ b/pkgs/applications/networking/mailreaders/notmuch/default.nix
@@ -83,7 +83,7 @@ stdenv.mkDerivation rec {
     description = "Mail indexer";
     homepage    = https://notmuchmail.org/;
     license     = licenses.gpl3;
-    maintainers = with maintainers; [ chaoflow flokli garbas the-kenny ];
+    maintainers = with maintainers; [ flokli garbas the-kenny ];
     platforms   = platforms.unix;
   };
 }