Unverified Commit d4bc1283 authored by Defelo's avatar Defelo
Browse files

koto-ls: refactor

parent 5bf8d520
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";