We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57de201 commit aaf33fcCopy full SHA for aaf33fc
pkgs/development/python-modules/cpe/default.nix
@@ -31,7 +31,7 @@ buildPythonPackage rec {
31
changelog = "https://github.com/nilp0inter/cpe/releases/tag/v${version}";
32
description = "Common platform enumeration for python";
33
homepage = "https://github.com/nilp0inter/cpe";
34
- license = lib.licenses.gpl3Only;
+ license = lib.licenses.lgpl3Only;
35
maintainers = with lib.maintainers; [ tochiaha ];
36
};
37
}
0 commit comments