html2pdf: make use of compound licenses
Clarified at: https://github.com/ilaborie/html2pdf/blob/eafa6b8d69b6dd8d3284b9769992cf24adba81a0/Cargo.toml#L7
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user