From e31789c675e2f591a20fc894b6713398eaa5dddd Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Sun, 26 Oct 2025 15:14:18 +0100 Subject: [PATCH] fix(luarocks): update to lumen-oss for binaries. Closes #2060. Closes #2059 --- lua/lazy/core/config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazy/core/config.lua b/lua/lazy/core/config.lua index 0bcc4e8..298f729 100644 --- a/lua/lazy/core/config.lua +++ b/lua/lazy/core/config.lua @@ -59,7 +59,7 @@ M.defaults = { rocks = { enabled = true, root = vim.fn.stdpath("data") .. "/lazy-rocks", - server = "https://nvim-neorocks.github.io/rocks-binaries/", + server = "https://lumen-oss.github.io/rocks-binaries/", -- use hererocks to install luarocks? -- set to `nil` to use hererocks when luarocks is not found -- set to `true` to always use hererocks