about summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders/notmuch
diff options
context:
space:
mode:
authorMoritz Ulrich <moritz@tarn-vedra.de>2017-12-10 17:18:22 +0100
committerMoritz Ulrich <moritz@tarn-vedra.de>2017-12-10 17:18:32 +0100
commitd3fbf9b821fe60f42f61f71c1f21a6adc50758ac (patch)
tree3fc5c6714d9b0e1abcfa6a2ac63f78f4e9fab402 /pkgs/applications/networking/mailreaders/notmuch
parentb459c8475c58f7c8d529ebeadcbebbfe00ddf6eb (diff)
downloadnixlib-d3fbf9b821fe60f42f61f71c1f21a6adc50758ac.tar
nixlib-d3fbf9b821fe60f42f61f71c1f21a6adc50758ac.tar.gz
nixlib-d3fbf9b821fe60f42f61f71c1f21a6adc50758ac.tar.bz2
nixlib-d3fbf9b821fe60f42f61f71c1f21a6adc50758ac.tar.lz
nixlib-d3fbf9b821fe60f42f61f71c1f21a6adc50758ac.tar.xz
nixlib-d3fbf9b821fe60f42f61f71c1f21a6adc50758ac.tar.zst
nixlib-d3fbf9b821fe60f42f61f71c1f21a6adc50758ac.zip
notmuch: Add myself to maintainers
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 15292ab768ac..079e1b7927ca 100644
--- a/pkgs/applications/networking/mailreaders/notmuch/default.nix
+++ b/pkgs/applications/networking/mailreaders/notmuch/default.nix
@@ -97,7 +97,7 @@ stdenv.mkDerivation rec {
     description = "Mail indexer";
     homepage    = https://notmuchmail.org/;
     license     = licenses.gpl3;
-    maintainers = with maintainers; [ chaoflow garbas ];
+    maintainers = with maintainers; [ chaoflow garbas the-kenny ];
     platforms   = platforms.unix;
   };
 }