about summary refs log tree commit diff
path: root/pkgs/applications/networking/davmail
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2022-06-23 01:44:52 +0200
committerajs124 <git@ajs124.de>2022-06-29 00:54:59 +0200
commitb67a9bffcc8e740217b1984287f49070d7bce499 (patch)
tree725301e35f2abe9deabc1037bc289238bcf1df45 /pkgs/applications/networking/davmail
parent3f5b809a5fc735cfc3a35752ca6fd67240314d12 (diff)
maintainers: remove hinton
no github account linked
Diffstat (limited to 'pkgs/applications/networking/davmail')
-rw-r--r--pkgs/applications/networking/davmail/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/davmail/default.nix b/pkgs/applications/networking/davmail/default.nix
index 4adc508392af6..9b4c56a0561fe 100644
--- a/pkgs/applications/networking/davmail/default.nix
+++ b/pkgs/applications/networking/davmail/default.nix
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     homepage = "http://davmail.sourceforge.net/";
     description = "A Java application which presents a Microsoft Exchange server as local CALDAV, IMAP and SMTP servers";
-    maintainers = [ maintainers.hinton ];
+    maintainers = [ ];
     platforms = platforms.all;
     license = licenses.gpl2Plus;
   };