about summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders
diff options
context:
space:
mode:
authorOllie Charles <ollie@ocharles.org.uk>2020-12-07 14:26:45 +0000
committerOllie Charles <ollie@ocharles.org.uk>2020-12-07 14:30:37 +0000
commit1675b11cd4cbf326e9a20c768c5e7bdf3031b088 (patch)
treec6aeccf30393be9607be5ccfe6bf7760ef734d8a /pkgs/applications/networking/mailreaders
parente750a79e49bb24fcc5e3005936ca788a2bd48e87 (diff)
downloadnixlib-1675b11cd4cbf326e9a20c768c5e7bdf3031b088.tar
nixlib-1675b11cd4cbf326e9a20c768c5e7bdf3031b088.tar.gz
nixlib-1675b11cd4cbf326e9a20c768c5e7bdf3031b088.tar.bz2
nixlib-1675b11cd4cbf326e9a20c768c5e7bdf3031b088.tar.lz
nixlib-1675b11cd4cbf326e9a20c768c5e7bdf3031b088.tar.xz
nixlib-1675b11cd4cbf326e9a20c768c5e7bdf3031b088.tar.zst
nixlib-1675b11cd4cbf326e9a20c768c5e7bdf3031b088.zip
Remove myself from maintainers sets
Unfortunately I can't reliably commit time to nixpkgs, so I would like to remove myself from being a formal maintainer for these packages.
Diffstat (limited to 'pkgs/applications/networking/mailreaders')
-rw-r--r--pkgs/applications/networking/mailreaders/notmuch/muchsync.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/mailreaders/notmuch/muchsync.nix b/pkgs/applications/networking/mailreaders/notmuch/muchsync.nix
index a0dbf98f2763..953cfed3c665 100644
--- a/pkgs/applications/networking/mailreaders/notmuch/muchsync.nix
+++ b/pkgs/applications/networking/mailreaders/notmuch/muchsync.nix
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
     description = "Synchronize maildirs and notmuch databases";
     homepage = "http://www.muchsync.org/";
     platforms = stdenv.lib.platforms.unix;
-    maintainers = with stdenv.lib.maintainers; [ ocharles ];
+    maintainers = with stdenv.lib.maintainers; [];
     license = stdenv.lib.licenses.gpl2Plus;
   };
 }