From 7bfd10ba7bd7698584af45afcb8748d8c2ff7197 Mon Sep 17 00:00:00 2001 From: natsukium Date: Tue, 16 May 2023 18:48:11 +0900 Subject: [PATCH] python3Packages.lazy_import: update license --- pkgs/development/python-modules/lazy_import/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/lazy_import/default.nix b/pkgs/development/python-modules/lazy_import/default.nix index 0329f1de2b49..d1554f26c3d3 100644 --- a/pkgs/development/python-modules/lazy_import/default.nix +++ b/pkgs/development/python-modules/lazy_import/default.nix @@ -36,7 +36,7 @@ buildPythonPackage rec { meta = with lib; { description = "lazy_import provides a set of functions that load modules, and related attributes, in a lazy fashion."; homepage = "https://github.com/mnmelo/lazy_import"; - license = licenses.gpl3; + license = licenses.gpl3Plus; maintainers = [ maintainers.marenz ]; }; }