koto-ls: refactor

This commit is contained in:
Defelo
2025-04-18 15:39:04 +02:00
parent 5bf8d52019
commit d4bc1283c2
+1 -1
View File
@@ -24,7 +24,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
meta = {
description = "Language server for Koto";
homepage = "https://github.com/koto-lang/koto-ls";
changelog = "https://github.com/koto-lang/koto-ls/releases/tag/${finalAttrs.src.tag}";
changelog = "https://github.com/koto-lang/koto-ls/releases/tag/v${finalAttrs.version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ defelo ];
mainProgram = "koto-ls";