python3Packages.pygal: update license

This commit is contained in:
Robert T. McGibbon 2021-01-05 11:47:23 -05:00
parent 1716f373cf
commit da989f6e29

@ -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 ];
};