html2pdf: make use of compound licenses

Clarified at:
https://github.com/ilaborie/html2pdf/blob/eafa6b8d69b6dd8d3284b9769992cf24adba81a0/Cargo.toml#L7
This commit is contained in:
Kenichi Kamiya
2026-04-23 18:08:56 +09:00
parent 7e26aac6fd
commit 0556aa8e71
+6 -4
View File
@@ -47,10 +47,12 @@ 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; [
mit
asl20
];
license =
with lib.licenses;
OR [
mit
asl20
];
maintainers = with lib.maintainers; [
kachick
];