From aaf33fc23a6c5cb85f4faeab086dc4abc796020d Mon Sep 17 00:00:00 2001 From: tochiaha Date: Wed, 19 Mar 2025 17:55:20 +0000 Subject: [PATCH] pythonPackages.cpe: replace gpl3Only to lgpl3Only --- pkgs/development/python-modules/cpe/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/cpe/default.nix b/pkgs/development/python-modules/cpe/default.nix index 58b827f23eb9..15a39e964229 100644 --- a/pkgs/development/python-modules/cpe/default.nix +++ b/pkgs/development/python-modules/cpe/default.nix @@ -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 ]; }; }