From 18a9d77cb004f04a242d9880cc85f7f720f1c7ea Mon Sep 17 00:00:00 2001 From: figsoda Date: Wed, 13 Sep 2023 09:05:27 -0400 Subject: [PATCH] svg2pdf: clarify license, add figsoda to maintainers --- pkgs/tools/graphics/svg2pdf/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/graphics/svg2pdf/default.nix b/pkgs/tools/graphics/svg2pdf/default.nix index c2f02aeb751c..4e4403860455 100644 --- a/pkgs/tools/graphics/svg2pdf/default.nix +++ b/pkgs/tools/graphics/svg2pdf/default.nix @@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec { description = "Convert SVG files to PDFs"; homepage = "https://github.com/typst/svg2pdf"; changelog = "https://github.com/typst/svg2pdf/releases/tag/${src.rev}"; - license = with licenses; [ asl20 ]; - maintainers = with maintainers; [ doronbehar ]; + license = with licenses; [ asl20 mit ]; + maintainers = with maintainers; [ doronbehar figsoda ]; }; }