diff options
author | Jesús <heckyel@hyperbola.info> | 2021-12-28 21:33:54 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-12-28 21:33:54 -0500 |
commit | 692c368cc235e108cd9ee5f5bea79a0c990fd971 (patch) | |
tree | 354eaf5fcd9af976f22c1b377735d758e5f84052 /hyperterm/core | |
parent | 2e484b74f685646a34173e9fbf71b09c0b63323d (diff) | |
download | hyperterm-692c368cc235e108cd9ee5f5bea79a0c990fd971.tar.lz hyperterm-692c368cc235e108cd9ee5f5bea79a0c990fd971.tar.xz hyperterm-692c368cc235e108cd9ee5f5bea79a0c990fd971.zip |
update URL
Diffstat (limited to 'hyperterm/core')
-rw-r--r-- | hyperterm/core/update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperterm/core/update.sh b/hyperterm/core/update.sh index 8a2015f..841780f 100644 --- a/hyperterm/core/update.sh +++ b/hyperterm/core/update.sh @@ -26,7 +26,7 @@ function _url_exists() { } function _urls() { - URL_1="https://hgit.conocimientoslibres.ga/software/hyperterm.git" + URL_1="https://c.hgit.ga/software/hyperterm.git" URL_2="https://git.sr.ht/~heckyel/hyperterm" if [[ $(_url_exists "$URL_1") -eq 0 ]]; then |