aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/servers/jsonnet_ls/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/nvim-lsp-installer/servers/jsonnet_ls/init.lua')
-rw-r--r--lua/nvim-lsp-installer/servers/jsonnet_ls/init.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/nvim-lsp-installer/servers/jsonnet_ls/init.lua b/lua/nvim-lsp-installer/servers/jsonnet_ls/init.lua
index 6ac0f995..0acbe9d4 100644
--- a/lua/nvim-lsp-installer/servers/jsonnet_ls/init.lua
+++ b/lua/nvim-lsp-installer/servers/jsonnet_ls/init.lua
@@ -6,8 +6,8 @@ return function(name, root_dir)
return server.Server:new {
name = name,
root_dir = root_dir,
- homepage = "https://github.com/jdbaldry/jsonnet-language-server",
- installer = go.packages { "github.com/jdbaldry/jsonnet-language-server" },
+ homepage = "https://github.com/grafana/jsonnet-language-server",
+ installer = go.packages { "github.com/grafana/jsonnet-language-server" },
default_options = {
-- TODO: use env instead of cmd once https://github.com/neovim/nvim-lspconfig/pull/1559 is merged
cmd = { path.concat { root_dir, "jsonnet-language-server" } },