gnu: et: Fix typo in description.
* gnu/packages/ssh.scm (et)[description]: Fix typo.
This commit is contained in:
parent
287900936b
commit
839ee8d547
|
@ -409,8 +409,8 @@ especially over Wi-Fi, cellular, and long-distance links.")
|
||||||
(description
|
(description
|
||||||
"Eternal Terminal (ET) is a remote shell that automatically reconnects
|
"Eternal Terminal (ET) is a remote shell that automatically reconnects
|
||||||
without interrupting the session. Unlike SSH sessions, ET sessions will
|
without interrupting the session. Unlike SSH sessions, ET sessions will
|
||||||
survive even after the network outages or IP changes. ET uses a custom
|
survive even network outages and IP changes. ET uses a custom protocol over
|
||||||
protocol over TCP, not the SSH protocol.")
|
TCP, not the SSH protocol.")
|
||||||
(home-page "https://mistertea.github.io/EternalTCP/")
|
(home-page "https://mistertea.github.io/EternalTCP/")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue