diff --git a/flake.lock b/flake.lock index 9c835d5..a1b3c58 100644 --- a/flake.lock +++ b/flake.lock @@ -817,17 +817,16 @@ "kak-lsp": { "flake": false, "locked": { - "lastModified": 1712331733, - "narHash": "sha256-sfyAjIHQKo82QQgX4iXsduqIZ7fkHr3J3NxJYtFGzqI=", - "owner": "natsukagami", - "repo": "kak-lsp", - "rev": "c857b561b7a4d9e3acda5b8acc95f6d5829b614c", + "lastModified": 1715590100, + "narHash": "sha256-3XG95QGV7/GPc22sNZs98eIbZeY9lVP/GSuC/W2HHps=", + "owner": "kakoune-lsp", + "repo": "kakoune-lsp", + "rev": "22aab43e04e62ef991ebc26f4159f1dd5271dac1", "type": "github" }, "original": { - "owner": "natsukagami", - "ref": "metals-support", - "repo": "kak-lsp", + "owner": "kakoune-lsp", + "repo": "kakoune-lsp", "type": "github" } }, diff --git a/flake.nix b/flake.nix index d2bddac..86eeb14 100644 --- a/flake.nix +++ b/flake.nix @@ -48,7 +48,7 @@ # --- Sources kakoune.url = github:mawww/kakoune; kakoune.flake = false; - kak-lsp.url = github:natsukagami/kak-lsp/metals-support; + kak-lsp.url = github:kakoune-lsp/kakoune-lsp; kak-lsp.flake = false; nixos-m1.url = github:tpwrules/nixos-apple-silicon; nixos-m1.inputs.nixpkgs.follows = "nixpkgs";