mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: et: Fix typo in description.
* gnu/packages/ssh.scm (et)[description]: Fix typo.
This commit is contained in:
parent
287900936b
commit
839ee8d547
1 changed files with 2 additions and 2 deletions
|
@ -409,8 +409,8 @@ (define-public et
|
|||
(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)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue