mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: putty: Edit description.
* gnu/packages/networking.scm (putty)[synopsis, description]: Write PuTTY. Expand the used @acronym{}s.
This commit is contained in:
parent
c1f2c6c39e
commit
012ee8c255
1 changed files with 7 additions and 5 deletions
|
@ -4231,10 +4231,12 @@ (define-public putty
|
|||
(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)))
|
||||
|
|
Loading…
Reference in a new issue