summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders
diff options
context:
space:
mode:
authorAndreas Rammhold <andreas@rammhold.de>2022-01-20 00:24:52 +0100
committerAndreas Rammhold <andreas@rammhold.de>2022-01-20 00:24:52 +0100
commit31e5b8dc2198eacec3e009e21fc8226486aa674e (patch)
tree732a46862d4e2b8669ef25d347e7c86058b9f63f /pkgs/applications/networking/mailreaders
parentdbdd9f9f510cd115171d6b8048d175226fb1a62f (diff)
downloadnixpkgs-31e5b8dc2198eacec3e009e21fc8226486aa674e.tar
nixpkgs-31e5b8dc2198eacec3e009e21fc8226486aa674e.tar.gz
nixpkgs-31e5b8dc2198eacec3e009e21fc8226486aa674e.tar.bz2
nixpkgs-31e5b8dc2198eacec3e009e21fc8226486aa674e.tar.lz
nixpkgs-31e5b8dc2198eacec3e009e21fc8226486aa674e.tar.xz
nixpkgs-31e5b8dc2198eacec3e009e21fc8226486aa674e.tar.zst
nixpkgs-31e5b8dc2198eacec3e009e21fc8226486aa674e.zip
Remove myself from maintainers
I don't have time and energy to deal with all of this anymore.
Diffstat (limited to 'pkgs/applications/networking/mailreaders')
-rw-r--r--pkgs/applications/networking/mailreaders/afew/default.nix2
-rw-r--r--pkgs/applications/networking/mailreaders/mlarchive2maildir/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/mailreaders/afew/default.nix b/pkgs/applications/networking/mailreaders/afew/default.nix
index 2e6c8cf0236..d0050f73759 100644
--- a/pkgs/applications/networking/mailreaders/afew/default.nix
+++ b/pkgs/applications/networking/mailreaders/afew/default.nix
@@ -40,6 +40,6 @@ python3Packages.buildPythonApplication rec {
     homepage = "https://github.com/afewmail/afew";
     description = "An initial tagging script for notmuch mail";
     license = licenses.isc;
-    maintainers = with maintainers; [ andir flokli ];
+    maintainers = with maintainers; [ flokli ];
   };
 }
diff --git a/pkgs/applications/networking/mailreaders/mlarchive2maildir/default.nix b/pkgs/applications/networking/mailreaders/mlarchive2maildir/default.nix
index a3a6051ef0c..f95439b2fb1 100644
--- a/pkgs/applications/networking/mailreaders/mlarchive2maildir/default.nix
+++ b/pkgs/applications/networking/mailreaders/mlarchive2maildir/default.nix
@@ -23,6 +23,6 @@ python3.pkgs.buildPythonApplication rec {
     homepage = "https://github.com/flokli/mlarchive2maildir";
     description = "Imports mail from (pipermail) archives into a maildir";
     license = licenses.mit;
-    maintainers = with maintainers; [ andir flokli ];
+    maintainers = with maintainers; [ flokli ];
   };
 }