aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/luarocks/cfg.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/luarocks/cfg.lua b/src/luarocks/cfg.lua
index 39bdbd70..41adb4e5 100644
--- a/src/luarocks/cfg.lua
+++ b/src/luarocks/cfg.lua
@@ -176,7 +176,8 @@ local defaults = {
176 { 176 {
177 "http://www.luarocks.org/repositories/rocks", 177 "http://www.luarocks.org/repositories/rocks",
178 "http://luarocks.giga.puc-rio.br/", 178 "http://luarocks.giga.puc-rio.br/",
179 "http://luafr.org/luarocks/rocks" 179 "http://luafr.org/luarocks/rocks",
180 "http://liblua.so/luarocks/repositories/rocks",
180 } 181 }
181 }, 182 },
182 183