aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2014-06-02 19:06:26 -0300
committerHisham Muhammad <hisham@gobolinux.org>2014-06-02 19:06:26 -0300
commitee69f76118b6c834e2217a0d178e9dee263bfaf1 (patch)
tree3f174faacc9c6e7a2a35de7153b30847426ceb3c
parent4ab6969557d25d2d7d422d2829f9d604f21fbae8 (diff)
downloadluarocks-ee69f76118b6c834e2217a0d178e9dee263bfaf1.tar.gz
luarocks-ee69f76118b6c834e2217a0d178e9dee263bfaf1.tar.bz2
luarocks-ee69f76118b6c834e2217a0d178e9dee263bfaf1.zip
Add luafr.org moonrocks mirror
-rw-r--r--src/luarocks/cfg.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/luarocks/cfg.lua b/src/luarocks/cfg.lua
index 05d58a10..2e86c3ca 100644
--- a/src/luarocks/cfg.lua
+++ b/src/luarocks/cfg.lua
@@ -216,6 +216,7 @@ local defaults = {
216 { 216 {
217 "http://rocks.moonscript.org", 217 "http://rocks.moonscript.org",
218 "https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/", 218 "https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/",
219 "http://luafr.org/moonrocks/",
219 } 220 }
220 }, 221 },
221 disabled_servers = {}, 222 disabled_servers = {},