diff --git a/build_gesso.sh b/build_gesso.sh
index 7ce24e06287995bf180621d3edc54ab82e461a66..d423348a429ebeca60e95d56925a490d3e200c7c 100755
--- a/build_gesso.sh
+++ b/build_gesso.sh
@@ -1,10 +1,6 @@
 build_option=${1:-1}
 gesso_version="8.x-3.2"
-git clone "https://github.com/forumone/gesso" "gesso"
-cd gesso
-git checkout $gesso_version
-
-cd ..
+git clone --branch $gesso_version https://git.uwaterloo.ca/drupal-org/gesso.git
 
 if [ -f "gulpfile.js" ]; then
   cp gulpfile.js gesso