pythonPackages.cpe: replace lgpl3Only to lgpl3Plus (#391901)

This commit is contained in:
Pol Dellaiera
2025-03-21 18:37:26 +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.lgpl3Only;
license = lib.licenses.lgpl3Plus;
maintainers = with lib.maintainers; [ tochiaha ];
};
}