Don't use "with licenses;" for single licences
And don't use square brackets on such lines.
This commit is contained in:
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://isync.sourceforge.net/;
|
||||
description = "Free IMAP and MailDir mailbox synchronizer";
|
||||
license = with licenses; [ gpl2Plus ];
|
||||
license = licenses.gpl2Plus;
|
||||
|
||||
maintainers = with maintainers; [ the-kenny viric ];
|
||||
platforms = platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user