Commit 18a9d77c authored by figsoda's avatar figsoda
Browse files

svg2pdf: clarify license, add figsoda to maintainers

parent 4fc8a9d2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];
  };
}