From 0556aa8e71905bf74ecf7641f13effa459f89653 Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Thu, 23 Apr 2026 18:06:14 +0900 Subject: [PATCH] html2pdf: make use of compound licenses Clarified at: https://github.com/ilaborie/html2pdf/blob/eafa6b8d69b6dd8d3284b9769992cf24adba81a0/Cargo.toml#L7 --- pkgs/by-name/ht/html2pdf/package.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/ht/html2pdf/package.nix b/pkgs/by-name/ht/html2pdf/package.nix index 2e5b249857ac..cc07d2c5fb53 100644 --- a/pkgs/by-name/ht/html2pdf/package.nix +++ b/pkgs/by-name/ht/html2pdf/package.nix @@ -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 ];