svg2pdf: clarify license, add figsoda to maintainers

This commit is contained in:
figsoda 2023-09-13 09:05:27 -04:00
parent 4fc8a9d255
commit 18a9d77cb0

View File

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