isyncUnstable: add ttuegel to maintainers

This commit is contained in:
Thomas Tuegel
2017-02-16 09:50:31 -06:00
parent 3994004a6f
commit 953a1e76a2
+1 -2
View File
@@ -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;
};
}