diff options
author | Jesús <heckyel@hyperbola.info> | 2021-12-28 22:26:16 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-12-28 22:26:16 -0500 |
commit | 0d1561b27b96781117323d7ca6568795088e55f0 (patch) | |
tree | 6f1ca42a89cfd62b15c10a09e824019cfa2c5a13 /hyperterm/core | |
parent | b1f6fbc5e7fa77777543a476f5e577f408a39efd (diff) | |
download | hyperterm-0d1561b27b96781117323d7ca6568795088e55f0.tar.lz hyperterm-0d1561b27b96781117323d7ca6568795088e55f0.tar.xz hyperterm-0d1561b27b96781117323d7ca6568795088e55f0.zip |
update URL app
Diffstat (limited to 'hyperterm/core')
-rw-r--r-- | hyperterm/core/update.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hyperterm/core/update.sh b/hyperterm/core/update.sh index d1e1da7..651ce63 100644 --- a/hyperterm/core/update.sh +++ b/hyperterm/core/update.sh @@ -74,8 +74,8 @@ function updbashrc() { "Hooray! HyperTerm has been updated and/or is at the current version." msg "Puede reportarnos errores en https://todo.sr.ht/~heckyel/hyperterm" \ "You can report errors issues in https://todo.sr.ht/~heckyel/hyperterm" - msg "Consigue tu copia de HyperTerm en: https://hgit.conocimientoslibres.ga/software/hyperterm.git" \ - "Get your HyperTerm copy on: https://hgit.conocimientoslibres.ga/software/hyperterm.git" + msg "Consigue tu copia de HyperTerm en: https://c.hgit.ga/software/hyperterm.git" \ + "Get your HyperTerm copy on: https://c.hgit.ga/software/hyperterm.git" printf '%b\n' "$RESET" else case $(_url_exists "$URL") in |