pythonPackages.poppler-qt5: fix license

https://github.com/frescobaldi/python-poppler-qt5/blob/master/LICENSE
This commit is contained in:
Eduardo Sánchez Muñoz 2021-04-27 01:20:34 +02:00
parent 9e9f6f02a3
commit 29f0c76bf5

View File

@ -58,7 +58,7 @@ buildPythonPackage rec {
meta = with lib; {
homepage = "https://github.com/wbsoft/python-poppler-qt5";
license = licenses.gpl2;
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ ];
};
}