Skip to content

Commit db4b25c

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

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

+4
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,11 @@ 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+
<<<<<<< HEAD
3435
license = lib.licenses.gpl3Only;
36+
=======
37+
license = lib.licenses.lgpl3Only;
38+
>>>>>>> f3cdb16605ab (pythonPackages.cpe: replace gpl3Only to lgpl3Only)
3539
maintainers = with lib.maintainers; [ tochiaha ];
3640
};
3741
}

0 commit comments

Comments
 (0)
Failed to load comments.