pythonPackages.cpe: replace gpl3Only to lgpl3Only
This commit is contained in:
@@ -31,7 +31,7 @@ buildPythonPackage rec {
|
||||
changelog = "https://github.com/nilp0inter/cpe/releases/tag/v${version}";
|
||||
description = "Common platform enumeration for python";
|
||||
homepage = "https://github.com/nilp0inter/cpe";
|
||||
license = lib.licenses.gpl3Only;
|
||||
license = lib.licenses.lgpl3Only;
|
||||
maintainers = with lib.maintainers; [ tochiaha ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user