guix-commits
[Top][All Lists]
Advanced

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

13/15: gnu: putty: Edit description.


From: guix-commits
Subject: 13/15: gnu: putty: Edit description.
Date: Tue, 2 Nov 2021 22:32:41 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 012ee8c25556e84a98cce76c10d2e20b63d1c6ba
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Nov 3 01:32:08 2021 +0100

    gnu: putty: Edit description.
    
    * gnu/packages/networking.scm (putty)[synopsis, description]:
    Write PuTTY.  Expand the used @acronym{}s.
---
 gnu/packages/networking.scm | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index aa484c5..5d23b34 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4231,10 +4231,12 @@ on hub/switched networks.  It is based on @acronym{ARP} 
packets, it will send
     (native-inputs
      `(("pkg-config" ,pkg-config)
        ("python" ,python))) ; for tests
-    (synopsis "Graphical @acronym{SSH} and telnet client")
-    (description "Putty is a terminal client.  It supports @acronym{SSH},
-telnet, and raw socket connections with good terminal emulation.  It supports
-public key authentication and Kerberos single-sign-on.  It also includes
-command-line @acronym{SFTP} and @acronym{SCP} implementations.")
+    (synopsis "Graphical @acronym{SSH, Secure SHell} and telnet client")
+    (description "PuTTY is a graphical text terminal client.  It supports
+@acronym{SSH, Secure SHell}, telnet, and raw socket connections with good
+terminal emulation.  It can authenticate with public keys and Kerberos
+single-sign-on.  It also includes command-line @acronym{SFTP, Secure File
+Transfer Protocol} and older @acronym{SCP, Secure Copy Protocol}
+implementations.")
     (home-page "https://www.chiark.greenend.org.uk/~sgtatham/putty/";)
     (license license:expat)))



reply via email to

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