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 6f487fe5..9bfa8040 100644 --- a/src/luarocks/core/cfg.lua +++ b/src/luarocks/core/cfg.lua | |||
@@ -206,7 +206,7 @@ local function make_defaults(lua_version, target_cpu, platforms, home) | |||
206 | { | 206 | { |
207 | "https://luarocks.org", | 207 | "https://luarocks.org", |
208 | "https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/", | 208 | "https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/", |
209 | "http://luafr.org/luarocks/", | 209 | "https://luafr.org/luarocks/", |
210 | "http://luarocks.logiceditor.com/rocks", | 210 | "http://luarocks.logiceditor.com/rocks", |
211 | } | 211 | } |
212 | }, | 212 | }, |