From 07944c3a705fc17b4553ebffd38658bf7c891828 Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Sat, 28 Sep 2013 00:04:52 +0200 Subject: [PATCH] pyobjus: replace the ivpusic repo to kivy repo --- tools/build-pyobjus.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build-pyobjus.sh b/tools/build-pyobjus.sh index e80a9fc..5aa921a 100755 --- a/tools/build-pyobjus.sh +++ b/tools/build-pyobjus.sh @@ -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