pythonPackages.cpe: replace gpl3Only to lgpl3Only (#391315)

This commit is contained in:
Pol Dellaiera
2025-03-20 09:51:25 +01:00
committed by GitHub
@@ -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 ];
};
}