~ruther/guix-local

839ee8d5477bf75764afe18d9cb2addc7c0acf05 — Tobias Geerinckx-Rice 8 years ago 2879009
gnu: et: Fix typo in description.

* gnu/packages/ssh.scm (et)[description]: Fix typo.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/ssh.scm
M gnu/packages/ssh.scm => gnu/packages/ssh.scm +2 -2
@@ 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)))