From 106d7acac2618c4348512c4feb52f1f43d11f724 Mon Sep 17 00:00:00 2001 From: dequis Date: Sun, 5 Apr 2020 13:14:25 +0200 Subject: [PATCH] Bitbucket's hg is dead, long live keep.imfreedom.org --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 30bd3a8a..f2f2a381 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