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:
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index 30bd3a8..f2f2a38 100755
--- a/update.sh
+++ b/update.sh
@@ -2,7 +2,7 @@
set -e
-URL="https://bitbucket.org/pidgin/main"
+URL="https://keep.imfreedom.org/pidgin/pidgin"
HASHG=$(_TMP_=$(type hg 2>&1); echo $?)
if test "$HASHG" != "0"; then