diff options
-rw-r--r-- | src/luarocks/core/cfg.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/luarocks/core/cfg.lua b/src/luarocks/core/cfg.lua index ccee4ba9..264c88b6 100644 --- a/src/luarocks/core/cfg.lua +++ b/src/luarocks/core/cfg.lua | |||
@@ -195,7 +195,6 @@ local function make_defaults(lua_version, target_cpu, platforms, home) | |||
195 | "https://luarocks.org", | 195 | "https://luarocks.org", |
196 | "https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/", | 196 | "https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/", |
197 | "https://luafr.org/luarocks/", | 197 | "https://luafr.org/luarocks/", |
198 | "http://luarocks.logiceditor.com/rocks", | ||
199 | } | 198 | } |
200 | }, | 199 | }, |
201 | disabled_servers = {}, | 200 | disabled_servers = {}, |