diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-28 14:28:41 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-28 18:46:23 +0200 |
commit | b30407b82f6ab6dab1e08cfd4a8e9eb0a8831eef (patch) | |
tree | fe530b8da582745af6d84cd3d9f1a339d69ead8b /gnu/packages/tls.scm | |
parent | 1f6e870ea56d2d43a135973e6a8b4513ad9fb469 (diff) |
gnu: gnutls: Fix typos in description.
* gnu/packages/tls.scm (gnutls)[description]: Fix typos.
Reported by genr8 on #guix.
Diffstat (limited to 'gnu/packages/tls.scm')
-rw-r--r-- | gnu/packages/tls.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm index 2a8c69a68c..423612f4b6 100644 --- a/gnu/packages/tls.scm +++ b/gnu/packages/tls.scm @@ -251,7 +251,7 @@ living in the same process.") (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") |