From f267d1aeef249098d036724c82ab82d657eb76c5 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Wed, 29 Dec 2021 10:57:41 -0300 Subject: 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. --- src/luarocks/core/cfg.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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) "https://luarocks.org", "https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/", "https://luafr.org/luarocks/", - "http://luarocks.logiceditor.com/rocks", } }, disabled_servers = {}, -- cgit v1.2.3-55-g6feb