Fix typo in license for xhtml2pdf python package

This commit is contained in:
Adam Washington
2018-03-21 14:43:47 +00:00
parent 01c1385dec
commit 068d792fed

View File

@@ -27,7 +27,7 @@ buildPythonPackage rec {
meta = {
description = "A pdf converter for the ReportLab Toolkit";
homepage = https://github.com/xhtml2pdf/xhtml2pdf;
license = lib.licenses.asl2;
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ rprospero ];
};
}