summary refs log tree commit diff
path: root/pkgs/servers/mail
diff options
context:
space:
mode:
authorRickard Nilsson <rickynils@gmail.com>2020-09-24 21:12:32 +0200
committerRickard Nilsson <rickynils@gmail.com>2020-09-24 21:12:32 +0200
commit5d4cc0e25c1589f4248c4534260c86647bc4ae73 (patch)
tree4c03811ed25c7fae8fc1e3828082036c7b0d8363 /pkgs/servers/mail
parent04ecdc60e8b6cbc03dfeb6510c93a1a8ba7993a3 (diff)
downloadnixpkgs-5d4cc0e25c1589f4248c4534260c86647bc4ae73.tar
nixpkgs-5d4cc0e25c1589f4248c4534260c86647bc4ae73.tar.gz
nixpkgs-5d4cc0e25c1589f4248c4534260c86647bc4ae73.tar.bz2
nixpkgs-5d4cc0e25c1589f4248c4534260c86647bc4ae73.tar.lz
nixpkgs-5d4cc0e25c1589f4248c4534260c86647bc4ae73.tar.xz
nixpkgs-5d4cc0e25c1589f4248c4534260c86647bc4ae73.tar.zst
nixpkgs-5d4cc0e25c1589f4248c4534260c86647bc4ae73.zip
Unmaintain a few packages
Diffstat (limited to 'pkgs/servers/mail')
-rw-r--r--pkgs/servers/mail/dovecot/default.nix2
-rw-r--r--pkgs/servers/mail/dovecot/plugins/pigeonhole/default.nix2
-rw-r--r--pkgs/servers/mail/opensmtpd/default.nix2
-rw-r--r--pkgs/servers/mail/postfix/default.nix2
4 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/servers/mail/dovecot/default.nix b/pkgs/servers/mail/dovecot/default.nix
index a12c86cd3f0..1a11e065d93 100644
--- a/pkgs/servers/mail/dovecot/default.nix
+++ b/pkgs/servers/mail/dovecot/default.nix
@@ -84,7 +84,7 @@ stdenv.mkDerivation rec {
   meta = {
     homepage = "https://dovecot.org/";
     description = "Open source IMAP and POP3 email server written with security primarily in mind";
-    maintainers = with stdenv.lib.maintainers; [ peti rickynils fpletz globin ];
+    maintainers = with stdenv.lib.maintainers; [ peti fpletz globin ];
     platforms = stdenv.lib.platforms.unix;
   };
   passthru.tests = {
diff --git a/pkgs/servers/mail/dovecot/plugins/pigeonhole/default.nix b/pkgs/servers/mail/dovecot/plugins/pigeonhole/default.nix
index aca694f53d6..5c01453cb27 100644
--- a/pkgs/servers/mail/dovecot/plugins/pigeonhole/default.nix
+++ b/pkgs/servers/mail/dovecot/plugins/pigeonhole/default.nix
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
     homepage = "http://pigeonhole.dovecot.org/";
     description = "A sieve plugin for the Dovecot IMAP server";
     license = licenses.lgpl21;
-    maintainers = with maintainers; [ rickynils globin ];
+    maintainers = with maintainers; [ globin ];
     platforms = platforms.unix;
   };
 }
diff --git a/pkgs/servers/mail/opensmtpd/default.nix b/pkgs/servers/mail/opensmtpd/default.nix
index c489f2b14f7..a59e18837d7 100644
--- a/pkgs/servers/mail/opensmtpd/default.nix
+++ b/pkgs/servers/mail/opensmtpd/default.nix
@@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
     '';
     license = licenses.isc;
     platforms = platforms.linux;
-    maintainers = with maintainers; [ rickynils obadz ekleog ];
+    maintainers = with maintainers; [ obadz ekleog ];
   };
   passthru.tests = {
     basic-functionality-and-dovecot-interaction = nixosTests.opensmtpd;
diff --git a/pkgs/servers/mail/postfix/default.nix b/pkgs/servers/mail/postfix/default.nix
index ac5b9475028..e449f4ae954 100644
--- a/pkgs/servers/mail/postfix/default.nix
+++ b/pkgs/servers/mail/postfix/default.nix
@@ -101,7 +101,7 @@ in stdenv.mkDerivation rec {
     description = "A fast, easy to administer, and secure mail server";
     license = with licenses; [ ipl10 epl20 ];
     platforms = platforms.linux;
-    maintainers = with maintainers; [ rickynils globin ];
+    maintainers = with maintainers; [ globin ];
   };
 
 }