aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Chapuis <catwell@archlinux.us>2020-07-15 10:38:43 +0200
committerHisham Muhammad <hisham@gobolinux.org>2020-07-21 11:11:31 -0300
commit43ef75b1a41b7b82fd6fa24f0f0f5e95d1161564 (patch)
treea2f29b798a05108e753736af6d92c9d2d27bd55d
parentb4377543ac41b1bf58b60ae101942f24618bde0a (diff)
downloadluarocks-43ef75b1a41b7b82fd6fa24f0f0f5e95d1161564.tar.gz
luarocks-43ef75b1a41b7b82fd6fa24f0f0f5e95d1161564.tar.bz2
luarocks-43ef75b1a41b7b82fd6fa24f0f0f5e95d1161564.zip
change URL of luafr repo
the name "moonrocks" is legacy
-rw-r--r--src/luarocks/core/cfg.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/core/cfg.lua b/src/luarocks/core/cfg.lua
index 3917e2af..6f487fe5 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/moonrocks/", 209 "http://luafr.org/luarocks/",
210 "http://luarocks.logiceditor.com/rocks", 210 "http://luarocks.logiceditor.com/rocks",
211 } 211 }
212 }, 212 },