Revert changes installer location.
diff --git a/contrib/gitflow-installer.sh b/contrib/gitflow-installer.sh
index 68dcec0..0e92ffc 100644
--- a/contrib/gitflow-installer.sh
+++ b/contrib/gitflow-installer.sh
@@ -17,7 +17,7 @@
 fi
 
 if [ -z "$REPO_HOME" ] ; then
-	REPO_HOME="http://github.com/vedang/gitflow.git"
+	REPO_HOME="http://github.com/nvie/gitflow.git"
 fi
 
 EXEC_FILES="git-flow"