diff options
| author | Hisham Muhammad <hisham@gobolinux.org> | 2012-09-25 15:40:14 -0300 |
|---|---|---|
| committer | Hisham Muhammad <hisham@gobolinux.org> | 2012-09-25 15:40:14 -0300 |
| commit | 9d678494d9e627cd0f58cb90cbb621a6b2e406eb (patch) | |
| tree | f68a6197b422f0ef616489e8c6e8a083e3afd170 /src | |
| parent | f30fa41c2a01568eb87b0469f1a2871b7c9e9b68 (diff) | |
| download | luarocks-9d678494d9e627cd0f58cb90cbb621a6b2e406eb.tar.gz luarocks-9d678494d9e627cd0f58cb90cbb621a6b2e406eb.tar.bz2 luarocks-9d678494d9e627cd0f58cb90cbb621a6b2e406eb.zip | |
Add liblua.so mirror, thanks to Rob Kendrick
Diffstat (limited to 'src')
| -rw-r--r-- | src/luarocks/cfg.lua | 3 |
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 | ||
