From 05e1a52a1fc177e12c5a56d53035bb9180614df3 Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Fri, 16 Dec 2011 11:08:56 +0100 Subject: [PATCH] Main repo have changed location. --- build_kivy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_kivy.sh b/build_kivy.sh index 7916b8a..29df863 100755 --- a/build_kivy.sh +++ b/build_kivy.sh @@ -3,7 +3,7 @@ . environment.sh if [ ! -d kivy ] ; then - try git clone https://github.com/tito/kivy + try git clone https://github.com/kivy/kivy try cd kivy try git checkout ios-support try cd ..