aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhisham <hisham@9ca3f7c1-7366-0410-b1a3-b5c78f85698c>2009-10-11 04:47:56 +0000
committerhisham <hisham@9ca3f7c1-7366-0410-b1a3-b5c78f85698c>2009-10-11 04:47:56 +0000
commit5348d5b36763979d8e22fa37a47249c128e30aa6 (patch)
treea2e1390d3790a9acf2899e8bdeb388acc514e570
parent01a0723c9dd08b86ac96b09c08b9ce16cafa2438 (diff)
downloadluarocks-5348d5b36763979d8e22fa37a47249c128e30aa6.tar.gz
luarocks-5348d5b36763979d8e22fa37a47249c128e30aa6.tar.bz2
luarocks-5348d5b36763979d8e22fa37a47249c128e30aa6.zip
Use luarocks.org as a default server
git-svn-id: http://luarocks.org/svn/luarocks/trunk@77 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
-rw-r--r--src/luarocks/cfg.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/cfg.lua b/src/luarocks/cfg.lua
index 3ce4249f..1ec749c7 100644
--- a/src/luarocks/cfg.lua
+++ b/src/luarocks/cfg.lua
@@ -119,7 +119,7 @@ local defaults = {
119 obj_extension = "unknown", 119 obj_extension = "unknown",
120 120
121 rocks_servers = { 121 rocks_servers = {
122 "http://luarocks.luaforge.net/rocks" 122 "http://www.luarocks.org/repositories/rocks"
123 }, 123 },
124 124
125 lua_extension = "lua", 125 lua_extension = "lua",