imapsync: fix license
Changed from WTFPL to NLPL in upstream 2ca1ed54cb8dc6cb47ab796f23c1d390f562eb76 (version 1.498)
This commit is contained in:
parent
9b79245235
commit
a146de830d
@ -65,7 +65,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Mail folder synchronizer between IMAP servers";
|
description = "Mail folder synchronizer between IMAP servers";
|
||||||
homepage = "https://imapsync.lamiral.info/";
|
homepage = "https://imapsync.lamiral.info/";
|
||||||
license = licenses.wtfpl;
|
license = licenses.nlpl;
|
||||||
maintainers = with maintainers; [ pSub ];
|
maintainers = with maintainers; [ pSub ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user