gnu: gnutls: Fix typos in description.

* gnu/packages/tls.scm (gnutls)[description]: Fix typos.

Reported by genr8 on #guix.
This commit is contained in:
Tobias Geerinckx-Rice 2021-03-28 14:28:41 +02:00
parent 1f6e870ea5
commit b30407b82f
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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