summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders/notmuch
diff options
context:
space:
mode:
authorarcher-65 <mario.liguori.056@gmail.com>2022-11-14 17:56:23 +0100
committerarcher-65 <mario.liguori.056@gmail.com>2022-11-14 17:56:23 +0100
commit5f0638eadad674bd436423b90af5d6ac02933523 (patch)
tree8668062c3088a897a2be2c0b0262c2ebe7e51a0f /pkgs/applications/networking/mailreaders/notmuch
parent3d81bc93014d6d9a233cffea453412e72ab55e67 (diff)
added author to maintainers list
Diffstat (limited to 'pkgs/applications/networking/mailreaders/notmuch')
-rw-r--r--pkgs/applications/networking/mailreaders/notmuch/notmuch-mailmover.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/mailreaders/notmuch/notmuch-mailmover.nix b/pkgs/applications/networking/mailreaders/notmuch/notmuch-mailmover.nix
index 04af1a4ae6d7b..b51f57e77c878 100644
--- a/pkgs/applications/networking/mailreaders/notmuch/notmuch-mailmover.nix
+++ b/pkgs/applications/networking/mailreaders/notmuch/notmuch-mailmover.nix
@@ -24,7 +24,7 @@ rustPlatform.buildRustPackage rec {
     description = "Application to assign notmuch tagged mails to IMAP folders";
     homepage = "https://github.com/michaeladler/notmuch-mailmover/";
     license = licenses.asl20;
-    maintainers = with maintainers; [archer-65];
+    maintainers = with maintainers; [michaeladler archer-65];
     platforms = platforms.all;
   };
 }