python3Packages.fuzzywuzzy: disambiguate license

This commit is contained in:
Timo Gottszky 2026-07-03 13:42:27 +02:00
commit 87ce5e1f34
No known key found for this signature in database
GPG key ID: DE79E65F035FF069

View file

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