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.
This commit is contained in:
Ollie Charles
2020-12-07 14:30:37 +00:00
parent e750a79e49
commit 1675b11cd4
15 changed files with 14 additions and 20 deletions
@@ -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;
};
}