diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2015-04-18 14:34:15 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2015-04-18 14:34:15 -0300 |
commit | 022c87d98ee1605e98d880f461297b0934a90719 (patch) | |
tree | 38a3aee5c7fef9002bb83f4939b6d6cc8726bbdb | |
parent | 0fe8556ced63d714e0cd371a8511c8dadce7874e (diff) | |
download | luarocks-022c87d98ee1605e98d880f461297b0934a90719.tar.gz luarocks-022c87d98ee1605e98d880f461297b0934a90719.tar.bz2 luarocks-022c87d98ee1605e98d880f461297b0934a90719.zip |
MoonRocks → LuaRocks.org transition complete!
-rw-r--r-- | src/luarocks/cfg.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/cfg.lua b/src/luarocks/cfg.lua index ba8c7f22..6eb13d10 100644 --- a/src/luarocks/cfg.lua +++ b/src/luarocks/cfg.lua | |||
@@ -228,7 +228,7 @@ local defaults = { | |||
228 | 228 | ||
229 | rocks_servers = { | 229 | rocks_servers = { |
230 | { | 230 | { |
231 | "https://rocks.moonscript.org", | 231 | "https://luarocks.org", |
232 | "https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/", | 232 | "https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/", |
233 | "http://luafr.org/moonrocks/", | 233 | "http://luafr.org/moonrocks/", |
234 | "http://luarocks.logiceditor.com/rocks", | 234 | "http://luarocks.logiceditor.com/rocks", |