Skip to content

Commit aaf33fc

Browse files
committedMar 19, 2025
pythonPackages.cpe: replace gpl3Only to lgpl3Only
1 parent 57de201 commit aaf33fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkgs/development/python-modules/cpe/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ buildPythonPackage rec {
3131
changelog = "https://github.com/nilp0inter/cpe/releases/tag/v${version}";
3232
description = "Common platform enumeration for python";
3333
homepage = "https://github.com/nilp0inter/cpe";
34-
license = lib.licenses.gpl3Only;
34+
license = lib.licenses.lgpl3Only;
3535
maintainers = with lib.maintainers; [ tochiaha ];
3636
};
3737
}

0 commit comments

Comments
 (0)
Failed to load comments.