Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/luajit-rocks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoumith Chintala <soumith@gmail.com>2014-07-31 18:49:24 +0400
committerSoumith Chintala <soumith@gmail.com>2014-07-31 18:49:24 +0400
commitafee33c8f5779b0e88af5b48b1d144bc9aa41544 (patch)
treee5759e5ef088d12ac7a28f96eab20f3cdf6b0c78
parent20c3073d01ad2474902e7c9c229f9e9ee3eec478 (diff)
removes all the official luarocks servers and points luarocks to our two rocks servers hosted on github
-rw-r--r--luarocks/src/luarocks/cfg.lua7
1 files changed, 2 insertions, 5 deletions
diff --git a/luarocks/src/luarocks/cfg.lua b/luarocks/src/luarocks/cfg.lua
index 5d918b1..a1345db 100644
--- a/luarocks/src/luarocks/cfg.lua
+++ b/luarocks/src/luarocks/cfg.lua
@@ -195,11 +195,8 @@ local defaults = {
rocks_servers = {
{
- "http://www.luarocks.org/repositories/rocks",
- "http://luarocks.giga.puc-rio.br/",
- "http://luafr.org/luarocks/rocks",
- "http://liblua.so/luarocks/repositories/rocks",
- "http://luarocks.logiceditor.com/rocks",
+ "https://raw.githubusercontent.com/torch/rocks/master",
+ "https://raw.githubusercontent.com/torch/luarocks-mirror/master/rocks/"
}
},