From da989f6e29db207730e07a601fdcfc41bb9f5103 Mon Sep 17 00:00:00 2001 From: "Robert T. McGibbon" Date: Tue, 5 Jan 2021 11:47:23 -0500 Subject: [PATCH] python3Packages.pygal: update license --- pkgs/development/python-modules/pygal/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/pygal/default.nix b/pkgs/development/python-modules/pygal/default.nix index aa4132672068..617f5fa3fd58 100644 --- a/pkgs/development/python-modules/pygal/default.nix +++ b/pkgs/development/python-modules/pygal/default.nix @@ -60,7 +60,7 @@ buildPythonPackage rec { meta = with stdenv.lib; { description = "Sexy and simple python charting"; homepage = "http://www.pygal.org"; - license = licenses.lgpl3; + license = licenses.lgpl3Plus; maintainers = with maintainers; [ sjourdois ]; };