diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2021-12-29 10:57:41 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2021-12-29 10:59:04 -0300 |
commit | f267d1aeef249098d036724c82ab82d657eb76c5 (patch) | |
tree | 25b8634fd6b4430ac6b752012ba9f41346c47cee | |
parent | a19608c08a7d7c5020a7159bc8c6d496d09ad5b9 (diff) | |
download | luarocks-f267d1aeef249098d036724c82ab82d657eb76c5.tar.gz luarocks-f267d1aeef249098d036724c82ab82d657eb76c5.tar.bz2 luarocks-f267d1aeef249098d036724c82ab82d657eb76c5.zip |
Remove luarocks.logiceditor.com from default mirror list
As discussed in #1354. We're removing it from the default mirror
list since it is http:// and the https:// certificate is presenting
issues. We can reinstate it once the certificate issues are sorted!
Closes #1354.
-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 = {}, |