Fix typo in license for xhtml2pdf python package
This commit is contained in:
parent
01c1385dec
commit
068d792fed
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user