diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-07-12 06:02:46 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-07-12 09:47:48 +0200 |
commit | 839ee8d5477bf75764afe18d9cb2addc7c0acf05 (patch) | |
tree | 6183fd4f164ac68afb377f395f4ba27e40333be7 | |
parent | 287900936b6b7e6b353f1e15a2d6315ef1ad80e0 (diff) | |
download | guix-839ee8d5477bf75764afe18d9cb2addc7c0acf05.tar guix-839ee8d5477bf75764afe18d9cb2addc7c0acf05.tar.gz |
gnu: et: Fix typo in description.
* gnu/packages/ssh.scm (et)[description]: Fix typo.
-rw-r--r-- | gnu/packages/ssh.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm index c11976a125..3cde6af5fe 100644 --- a/gnu/packages/ssh.scm +++ b/gnu/packages/ssh.scm @@ -409,8 +409,8 @@ especially over Wi-Fi, cellular, and long-distance links.") (description "Eternal Terminal (ET) is a remote shell that automatically reconnects without interrupting the session. Unlike SSH sessions, ET sessions will -survive even after the network outages or IP changes. ET uses a custom -protocol over TCP, not the SSH protocol.") +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/") (license license:asl2.0))) |