diff options
-rw-r--r-- | src/luarocks/core/cfg.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/core/cfg.lua b/src/luarocks/core/cfg.lua index a5f27e27..9c2728cc 100644 --- a/src/luarocks/core/cfg.lua +++ b/src/luarocks/core/cfg.lua | |||
@@ -200,7 +200,7 @@ local function make_defaults(lua_version, target_cpu, platforms, home) | |||
200 | { | 200 | { |
201 | "https://luarocks.org", | 201 | "https://luarocks.org", |
202 | "https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/", | 202 | "https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/", |
203 | "https://luafr.org/luarocks/", | 203 | "https://loadk.com/luarocks/", |
204 | } | 204 | } |
205 | }, | 205 | }, |
206 | disabled_servers = {}, | 206 | disabled_servers = {}, |