about summary refs log tree commit diff
path: root/pkgs/tools/networking/isync
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2017-02-16 09:50:31 -0600
committerThomas Tuegel <ttuegel@mailbox.org>2017-02-16 09:50:31 -0600
commit953a1e76a25239577441443848506a5a4c46c457 (patch)
tree760458bd990f252543fa8c20e502217a14002f62 /pkgs/tools/networking/isync
parent3994004a6f8db87f0deb99afc2081bcc3c975d77 (diff)
isyncUnstable: add ttuegel to maintainers
Diffstat (limited to 'pkgs/tools/networking/isync')
-rw-r--r--pkgs/tools/networking/isync/unstable.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/tools/networking/isync/unstable.nix b/pkgs/tools/networking/isync/unstable.nix
index cf3882ad83bb1..a20fa2fe73713 100644
--- a/pkgs/tools/networking/isync/unstable.nix
+++ b/pkgs/tools/networking/isync/unstable.nix
@@ -22,8 +22,7 @@ stdenv.mkDerivation rec {
     homepage = http://isync.sourceforge.net/;
     description = "Free IMAP and MailDir mailbox synchronizer";
     license = licenses.gpl2Plus;
-
-    maintainers = with maintainers; [ the-kenny ];
+    maintainers = with maintainers; [ the-kenny ttuegel ];
     platforms = platforms.unix;
   };
 }