From a146de830d8791c7c0f8177fd9f68b5745e49fcc Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Tue, 24 Jan 2023 11:24:20 +0100 Subject: [PATCH] imapsync: fix license Changed from WTFPL to NLPL in upstream 2ca1ed54cb8dc6cb47ab796f23c1d390f562eb76 (version 1.498) --- pkgs/tools/networking/imapsync/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/networking/imapsync/default.nix b/pkgs/tools/networking/imapsync/default.nix index 5604145a182e..0fb519ad5af7 100644 --- a/pkgs/tools/networking/imapsync/default.nix +++ b/pkgs/tools/networking/imapsync/default.nix @@ -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; };