Skip to content

Commit 6d16730

Browse files
committed
pythonPackages.cpe: replace lgpl3Only to lgpl3Plus
1 parent ec030d9 commit 6d16730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/development/python-modules/cpe/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ buildPythonPackage rec {
3131
changelog = "https://github.com/nilp0inter/cpe/releases/tag/v${version}";
3232
description = "Common platform enumeration for python";
3333
homepage = "https://github.com/nilp0inter/cpe";
34-
license = lib.licenses.lgpl3Only;
34+
license = lib.licenses.lgpl3Plus;
3535
maintainers = with lib.maintainers; [ tochiaha ];
3636
};
3737
}

0 commit comments

Comments
 (0)