aboutsummaryrefslogtreecommitdiffstats
path: root/hyperterm/core
diff options
context:
space:
mode:
Diffstat (limited to 'hyperterm/core')
-rw-r--r--hyperterm/core/update.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/hyperterm/core/update.sh b/hyperterm/core/update.sh
index 6bdcfdb..8a2015f 100644
--- a/hyperterm/core/update.sh
+++ b/hyperterm/core/update.sh
@@ -27,14 +27,14 @@ function _url_exists() {
function _urls() {
URL_1="https://hgit.conocimientoslibres.ga/software/hyperterm.git"
- URL_2="https://notabug.org/heckyel/hyperterm"
+ URL_2="https://git.sr.ht/~heckyel/hyperterm"
if [[ $(_url_exists "$URL_1") -eq 0 ]]; then
URL="$URL_1"
RAW="$URL_1/plain"
elif [[ $(_url_exists "$URL_2") -eq 0 ]]; then
URL="$URL_2"
- RAW="$URL_2/raw/master"
+ RAW="$URL_2/blob/master"
fi
}
# ----------------------