Merge pull request #258021 from augustebaum/patch-2

typst-lsp: set `meta.mainProgram`
This commit is contained in:
Lin Jian 2023-09-29 21:40:07 +08:00 committed by GitHub
commit d66fbc9a01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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