Unverified Commit 0556aa8e authored by Kenichi Kamiya's avatar Kenichi Kamiya
Browse files
parent 7e26aac6
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -47,7 +47,9 @@ rustPlatform.buildRustPackage (finalAttrs: {
    description = "CLI tool to convert local HTML files to PDF";
    homepage = "https://github.com/ilaborie/html2pdf";
    changelog = "https://github.com/ilaborie/html2pdf/blob/v${finalAttrs.version}/CHANGELOG.md";
    license = with lib.licenses; [
    license =
      with lib.licenses;
      OR [
        mit
        asl20
      ];