aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xscripts/get-prebuilt.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get-prebuilt.sh b/scripts/get-prebuilt.sh
index fbef01b4..75eccb45 100755
--- a/scripts/get-prebuilt.sh
+++ b/scripts/get-prebuilt.sh
@@ -10,7 +10,7 @@ if test x$1 != xskipprebuilt ; then
git pull --rebase
cd ..
else
- git clone --depth=1 https://github.com/dinhviethoa/mailcore2-deps.git
+ git clone --depth=1 https://github.com/MailCore/mailcore2-deps.git
fi
cp mailcore2-deps/*.zip ../builds/builds
popd