mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.fuzzywuzzy: disambiguate license
This commit is contained in:
parent
0149e7ce8b
commit
87ce5e1f34
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue