From a418f60b7498c4e9d2f92f4048855003d38b5f4f Mon Sep 17 00:00:00 2001 From: jgeboski Date: Sun, 18 Oct 2015 22:53:16 -0400 Subject: [PATCH] update: switched to the main pidgin repository The GSoC branch was merged into the main repository, and patches will now go there. This uses the Bitbucket mirror to reduce stress on hg.pidgin.im. --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 9d41c033..e979f664 100755 --- a/update.sh +++ b/update.sh @@ -1,6 +1,6 @@ #!/bin/sh -URL="https://hg.pidgin.im/soc/2015/jgeboski/facebook" +URL="https://bitbucket.org/pidgin/main" HASHG=$(_TMP_=$(type hg 2>&1); echo $?) if test "$HASHG" != "0"; then