Unverified Commit d66fbc9a authored by Lin Jian's avatar Lin Jian Committed by GitHub
Browse files

Merge pull request #258021 from augustebaum/patch-2

typst-lsp: set `meta.mainProgram`
parents bd2211f8 3ad25700
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@ rustPlatform.buildRustPackage rec {
  meta = with lib; {
    description = "A brand-new language server for Typst";
    homepage = "https://github.com/nvarner/typst-lsp";
    mainProgram = "typst-lsp";
    changelog = "https://github.com/nvarner/typst-lsp/releases/tag/${src.rev}";
    license = with licenses; [ asl20 mit ];
    maintainers = with maintainers; [ figsoda GaetanLepage ];