From 953a1e76a25239577441443848506a5a4c46c457 Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Thu, 16 Feb 2017 09:50:31 -0600 Subject: [PATCH] isyncUnstable: add ttuegel to maintainers --- pkgs/tools/networking/isync/unstable.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/tools/networking/isync/unstable.nix b/pkgs/tools/networking/isync/unstable.nix index cf3882ad83b..a20fa2fe737 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; }; }