diff options
author | Pierre Chapuis <catwell@archlinux.us> | 2020-07-15 10:52:42 +0200 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2020-07-21 11:11:31 -0300 |
commit | 3f774b0235450d943f7b724113fe6e33b9c8bd03 (patch) | |
tree | 99b30acf7f2aa01d0af665a0a9f52cb001af6606 | |
parent | 43ef75b1a41b7b82fd6fa24f0f0f5e95d1161564 (diff) | |
download | luarocks-3f774b0235450d943f7b724113fe6e33b9c8bd03.tar.gz luarocks-3f774b0235450d943f7b724113fe6e33b9c8bd03.tar.bz2 luarocks-3f774b0235450d943f7b724113fe6e33b9c8bd03.zip |
it's 2020, use HTTPS
-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 | }, |