Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dequis/purple-facebook.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjgeboski <jgeboski@gmail.com>2015-10-19 05:53:16 +0300
committerjgeboski <jgeboski@gmail.com>2015-10-19 05:53:16 +0300
commita418f60b7498c4e9d2f92f4048855003d38b5f4f (patch)
treea9d8b7dc2431271c3717af4c594df2e028b4e79d
parent4f84a8ae023bba2a96d34656cd6e0df85cbc5b65 (diff)
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.
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index 9d41c03..e979f66 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