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:
authordequis <dx@dxzone.com.ar>2020-04-05 14:14:25 +0300
committerdequis <dx@dxzone.com.ar>2020-04-05 14:14:25 +0300
commit106d7acac2618c4348512c4feb52f1f43d11f724 (patch)
tree8d55324975fa0c12f6a9cd127f0306edec6dbb2c
parentba83446c79918b782cdcd205e4b0f9caf2c66b8a (diff)
Bitbucket's hg is dead, long live keep.imfreedom.org
-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