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 ..