pythonPackages.cpe: replace gpl3Only to lgpl3Only

This commit is contained in:
tochiaha
2025-03-19 17:58:35 +00:00
parent 57de201c43
commit aaf33fc23a
@@ -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 ];
};
}