csharp-ls: fix changelog (#518995)

This commit is contained in:
kirillrdy
2026-05-11 10:17:44 +00:00
committed by GitHub
+1 -1
View File
@@ -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 ];