We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57de201 commit db4b25cCopy full SHA for db4b25c
pkgs/development/python-modules/cpe/default.nix
@@ -31,7 +31,11 @@ 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
+<<<<<<< HEAD
35
license = lib.licenses.gpl3Only;
36
+=======
37
+ license = lib.licenses.lgpl3Only;
38
+>>>>>>> f3cdb16605ab (pythonPackages.cpe: replace gpl3Only to lgpl3Only)
39
maintainers = with lib.maintainers; [ tochiaha ];
40
};
41
}
0 commit comments