guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: et: Fix typo in description.


From: Tobias Geerinckx-Rice
Subject: 01/01: gnu: et: Fix typo in description.
Date: Wed, 12 Jul 2017 03:46:34 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 839ee8d5477bf75764afe18d9cb2addc7c0acf05
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Jul 12 06:02:46 2017 +0200

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

diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index c11976a..3cde6af 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)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]