Fix typo in license for xhtml2pdf python package
This commit is contained in:
parent
01c1385dec
commit
068d792fed
@ -27,7 +27,7 @@ buildPythonPackage rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "A pdf converter for the ReportLab Toolkit";
|
description = "A pdf converter for the ReportLab Toolkit";
|
||||||
homepage = https://github.com/xhtml2pdf/xhtml2pdf;
|
homepage = https://github.com/xhtml2pdf/xhtml2pdf;
|
||||||
license = lib.licenses.asl2;
|
license = lib.licenses.asl20;
|
||||||
maintainers = with lib.maintainers; [ rprospero ];
|
maintainers = with lib.maintainers; [ rprospero ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user