summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/mailreaders/notmuch/muchsync.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/mailreaders/notmuch/muchsync.nix')
-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;
};
}