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 ]; }; }