mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: gnutls: Fix typos in description.
* gnu/packages/tls.scm (gnutls)[description]: Fix typos. Reported by genr8 on #guix.
This commit is contained in:
parent
1f6e870ea5
commit
b30407b82f
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ (define-public gnutls
|
|||
(description
|
||||
"GnuTLS is a secure communications library implementing the SSL, TLS
|
||||
and DTLS protocols. It is provided in the form of a C library to support the
|
||||
protocols, as well as to parse and write X.5009, PKCS 12, OpenPGP and other
|
||||
protocols, as well as to parse and write X.509, PKCS #12, OpenPGP and other
|
||||
required structures.")
|
||||
(license license:lgpl2.1+)
|
||||
(properties '((ftp-server . "ftp.gnutls.org")
|
||||
|
|
Loading…
Reference in a new issue