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
commit 645f39f33e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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