csharp-ls: fix changelog (#518995)
This commit is contained in:
@@ -29,7 +29,7 @@ buildDotnetGlobalTool (finalAttrs: {
|
||||
description = "Roslyn-based LSP language server for C#";
|
||||
mainProgram = "csharp-ls";
|
||||
homepage = "https://github.com/razzmatazz/csharp-language-server";
|
||||
changelog = "https://github.com/razzmatazz/csharp-language-server/releases/tag/v${finalAttrs.version}";
|
||||
changelog = "https://github.com/razzmatazz/csharp-language-server/releases/tag/${finalAttrs.version}";
|
||||
license = lib.licenses.mit;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [ GaetanLepage ];
|
||||
|
||||
Reference in New Issue
Block a user