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