Loading pkgs/tools/graphics/svg2pdf/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 ]; }; } Loading
pkgs/tools/graphics/svg2pdf/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 ]; }; }