imapsync: fix license

Changed from WTFPL to NLPL in upstream
2ca1ed54cb8dc6cb47ab796f23c1d390f562eb76 (version 1.498)
This commit is contained in:
Arnout Engelen 2023-01-24 11:24:20 +01:00
parent 9b79245235
commit a146de830d
No known key found for this signature in database
GPG key ID: 061107B0F74A6DAA

View file

@ -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;
};