diff options
| author | Hisham Muhammad <hisham@gobolinux.org> | 2012-09-21 16:27:45 -0300 |
|---|---|---|
| committer | Hisham Muhammad <hisham@gobolinux.org> | 2012-09-21 16:27:45 -0300 |
| commit | 80030511768584581540f3508c504d3006c88f90 (patch) | |
| tree | 3f1e232c667384398488897b44d6d62587a1b834 /src | |
| parent | f88902378e94729c67231a018ec0d9163b02b549 (diff) | |
| download | luarocks-80030511768584581540f3508c504d3006c88f90.tar.gz luarocks-80030511768584581540f3508c504d3006c88f90.tar.bz2 luarocks-80030511768584581540f3508c504d3006c88f90.zip | |
Add luafr.org to the mirrors list. Thanks to Pierre Chaupis!
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 f68380f1..931486ac 100644 --- a/src/luarocks/cfg.lua +++ b/src/luarocks/cfg.lua | |||
| @@ -175,7 +175,8 @@ local defaults = { | |||
| 175 | rocks_servers = { | 175 | rocks_servers = { |
| 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 | } | 180 | } |
| 180 | }, | 181 | }, |
| 181 | 182 | ||
