From 87ce5e1f34d2ec0fee11415daf49357dba6a4273 Mon Sep 17 00:00:00 2001 From: Timo Gottszky Date: Fri, 3 Jul 2026 13:42:27 +0200 Subject: [PATCH] python3Packages.fuzzywuzzy: disambiguate license --- pkgs/development/python-modules/fuzzywuzzy/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/fuzzywuzzy/default.nix b/pkgs/development/python-modules/fuzzywuzzy/default.nix index 28dad040f86b..12708a956184 100644 --- a/pkgs/development/python-modules/fuzzywuzzy/default.nix +++ b/pkgs/development/python-modules/fuzzywuzzy/default.nix @@ -37,7 +37,7 @@ buildPythonPackage (finalAttrs: { meta = { description = "Fuzzy string matching for Python"; homepage = "https://github.com/seatgeek/fuzzywuzzy"; - license = lib.licenses.gpl2; + license = lib.licenses.gpl2Only; maintainers = with lib.maintainers; [ erikarvstedt ]; }; })