about summary refs log tree commit diff
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2012-01-12 01:16:34 +0100
committeroy <Tom_Adams@web.de>2012-01-12 01:16:34 +0100
commit96c66c95e9c29f0b3563ddb18c312720e66f682e (patch)
tree4c3402f0b32ca507f9d8a6ed2c961f58b6a6931b
parent65f4416164eb592efdcb56140f095944b485f8b6 (diff)
downloadzcatch-96c66c95e9c29f0b3563ddb18c312720e66f682e.tar.gz
zcatch-96c66c95e9c29f0b3563ddb18c312720e66f682e.zip
updated build script to the new repo
-rw-r--r--scripts/build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build.py b/scripts/build.py
index 17911d84..ca23ae8b 100644
--- a/scripts/build.py
+++ b/scripts/build.py
@@ -12,7 +12,7 @@ if match != None:
 os.chdir('../')
 
 url_bam = "http://github.com/matricks/bam/zipball/master"
-url_teeworlds = "http://github.com/oy/teeworlds/zipball/master"
+url_teeworlds = "http://github.com/teeworlds/teeworlds/zipball/master"
 release_type = "server_release client_release"
 
 arguments = OptionParser()