diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-04-08 15:49:34 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-04-08 17:03:28 +0200 |
commit | 23335e8d86067df500c3438eb4cfd9c757678f6e (patch) | |
tree | 15ef1f24d156c728402ae452d9743e42756cbfa8 /gnu/packages/ssh.scm | |
parent | 2ca12aee81cc4121d1f257890c27765fce79baee (diff) | |
download | guix-23335e8d86067df500c3438eb4cfd9c757678f6e.tar.gz |
gnu: et: Update home page.
* gnu/packages/ssh.scm (et)[home-page]: Update.
Diffstat (limited to 'gnu/packages/ssh.scm')
-rw-r--r-- | gnu/packages/ssh.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm index 4f4cc0afff..e1e1865e2d 100644 --- a/gnu/packages/ssh.scm +++ b/gnu/packages/ssh.scm @@ -437,7 +437,7 @@ responsive, especially over Wi-Fi, cellular, and long-distance links.") without interrupting the session. Unlike SSH sessions, ET sessions will survive even network outages and IP changes. ET uses a custom protocol over TCP, not the SSH protocol.") - (home-page "https://mistertea.github.io/EternalTCP/") + (home-page "https://eternalterminal.dev/") (license license:asl2.0))) (define-public dropbear |