pythonPackages.cpe: replace lgpl3Only to lgpl3Plus (#391901)

authored by Pol Dellaiera and committed by GitHub 94c4dbe7 0e9b3c35

+1 -1
+1 -1
pkgs/development/python-modules/cpe/default.nix
··· 31 31 changelog = "https://github.com/nilp0inter/cpe/releases/tag/v${version}"; 32 32 description = "Common platform enumeration for python"; 33 33 homepage = "https://github.com/nilp0inter/cpe"; 34 - license = lib.licenses.lgpl3Only; 34 + license = lib.licenses.lgpl3Plus; 35 35 maintainers = with lib.maintainers; [ tochiaha ]; 36 36 }; 37 37 }