Skip to content

Commit e31789c

Browse files
committed
fix(luarocks): update to lumen-oss for binaries. Closes #2060. Closes #2059
1 parent 5b15bc9 commit e31789c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/lazy/core/config.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ M.defaults = {
5959
rocks = {
6060
enabled = true,
6161
root = vim.fn.stdpath("data") .. "/lazy-rocks",
62-
server = "https://nvim-neorocks.github.io/rocks-binaries/",
62+
server = "https://lumen-oss.github.io/rocks-binaries/",
6363
-- use hererocks to install luarocks?
6464
-- set to `nil` to use hererocks when luarocks is not found
6565
-- set to `true` to always use hererocks

0 commit comments

Comments
 (0)