Merge pull request #108494 from rmcgibbo/pygal

python3Packages.pygal: update license
This commit is contained in:
Martin Weinelt
2021-01-05 17:52:12 +01:00
committed by GitHub

View File

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