me
/
guix
Archived
1
0
Fork 0

gnu: et: Fix typo in description.

* gnu/packages/ssh.scm (et)[description]: Fix typo.
master
Tobias Geerinckx-Rice 2017-07-12 06:02:46 +02:00
parent 287900936b
commit 839ee8d547
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

View File

@ -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)))