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
No known key found for this signature in database
GPG Key ID: 0D2B93AB0C87BAF1

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