From dc5eaf9cf8f7580e109ca5ff7fc9cd0162677eee Mon Sep 17 00:00:00 2001 From: Mathieu St-Vincent Date: Mon, 29 Sep 2025 15:23:03 -0400 Subject: [PATCH] fix: updated paths to lumen-oss github org --- doc/lazy.nvim.txt | 4 ++-- lua/lazy/community/_generated.lua | 26 +++++++++++++------------- lua/lazy/core/config.lua | 2 +- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/doc/lazy.nvim.txt b/doc/lazy.nvim.txt index 2ae3b36..e1809f6 100644 --- a/doc/lazy.nvim.txt +++ b/doc/lazy.nvim.txt @@ -76,7 +76,7 @@ Table of Contents *lazy.nvim-table-of-contents* 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/", }, } < @@ -669,7 +669,7 @@ will be added to the plugin’s spec. 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 diff --git a/lua/lazy/community/_generated.lua b/lua/lazy/community/_generated.lua index 7e41487..0b02f4e 100644 --- a/lua/lazy/community/_generated.lua +++ b/lua/lazy/community/_generated.lua @@ -477,11 +477,11 @@ return version = "0.0.2-1" }, { name = "luarocks-build-treesitter-parser", - url = "nvim-neorocks/luarocks-build-treesitter-parser", + url = "lumen-oss/luarocks-build-treesitter-parser", version = "6.0.0-1" }, { name = "luarocks-build-treesitter-parser-cpp", - url = "nvim-neorocks/luarocks-build-treesitter-parser-cpp", + url = "lumen-oss/luarocks-build-treesitter-parser-cpp", version = "2.0.4-1" }, { name = "mag-nvim-lsp", @@ -913,31 +913,31 @@ return version = "0.0.1-1" }, { name = "rocks-config.nvim", - url = "nvim-neorocks/rocks-config.nvim", + url = "lumen-oss/rocks-config.nvim", version = "3.1.0-1" }, { name = "rocks-dev.nvim", - url = "nvim-neorocks/rocks-dev.nvim", + url = "lumen-oss/rocks-dev.nvim", version = "1.7.0-1" }, { name = "rocks-git.nvim", - url = "nvim-neorocks/rocks-git.nvim", + url = "lumen-oss/rocks-git.nvim", version = "2.5.2-1" }, { name = "rocks-lazy.nvim", - url = "nvim-neorocks/rocks-lazy.nvim", + url = "lumen-oss/rocks-lazy.nvim", version = "1.2.0-1" }, { name = "rocks-treesitter.nvim", - url = "nvim-neorocks/rocks-treesitter.nvim", + url = "lumen-oss/rocks-treesitter.nvim", version = "1.3.0-1" }, { name = "rocks.nvim", - url = "nvim-neorocks/rocks.nvim", + url = "lumen-oss/rocks.nvim", version = "2.43.1-1" }, { name = "rtp.nvim", - url = "nvim-neorocks/rtp.nvim", + url = "lumen-oss/rtp.nvim", version = "1.2.0-1" }, { name = "runt.nvim", @@ -1257,7 +1257,7 @@ return version = "0.0.29-1" }, { name = "tree-sitter-ecma", - url = "nvim-neorocks/luarocks-stub", + url = "lumen-oss/luarocks-stub", version = "0.0.30-1" }, { name = "tree-sitter-editorconfig", @@ -1517,7 +1517,7 @@ return version = "0.0.36-1" }, { name = "tree-sitter-html_tags", - url = "nvim-neorocks/luarocks-stub", + url = "lumen-oss/luarocks-stub", version = "0.0.29-1" }, { name = "tree-sitter-htmldjango", @@ -1605,7 +1605,7 @@ return version = "0.0.29-1" }, { name = "tree-sitter-jsx", - url = "nvim-neorocks/luarocks-stub", + url = "lumen-oss/luarocks-stub", version = "0.0.29-1" }, { name = "tree-sitter-julia", @@ -2407,4 +2407,4 @@ return name = "zk-nvim", url = "zk-org/zk-nvim", version = "0.2.0-1" - } } \ No newline at end of file + } } diff --git a/lua/lazy/core/config.lua b/lua/lazy/core/config.lua index 603dd1a..b08a952 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