From bcd4c4609a082d8acc9f2da3a7538a7181820f54 Mon Sep 17 00:00:00 2001 From: hisham Date: Thu, 22 Oct 2009 16:15:43 +0000 Subject: remove traces of luarocks.luaforge.net/rocks git-svn-id: http://luarocks.org/svn/luarocks/trunk@106 9ca3f7c1-7366-0410-b1a3-b5c78f85698c --- test/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/run_tests.sh b/test/run_tests.sh index aa06854f..f8f1adad 100755 --- a/test/run_tests.sh +++ b/test/run_tests.sh @@ -16,7 +16,7 @@ if [ ! -d ../rocks ] then echo "Downloading entire rocks repository for tests" cd .. - wget -r -nH -np -R"index.*" http://luarocks.luaforge.net/rocks/ + wget -r -nH -np -R"index.*" http://luarocks.org/repositories/rocks/ cd src fi -- cgit v1.2.3-55-g6feb