pyobjus: replace the ivpusic repo to kivy repo

This commit is contained in:
Mathieu Virbel 2013-09-28 00:04:52 +02:00
parent 7eb5961d88
commit 07944c3a70

View file

@ -6,7 +6,7 @@ echo "Building pyobjus ============================="
if [ ! -d $TMPROOT/pyobjus ] ; then
try pushd $TMPROOT
try git clone git@github.com:ivpusic/pyobjus.git
try git clone git@github.com:kivy/pyobjus.git
try popd
fi