guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: gnutls: Fix typos in description.


From: guix-commits
Subject: 03/06: gnu: gnutls: Fix typos in description.
Date: Sun, 28 Mar 2021 12:47:17 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b30407b82f6ab6dab1e08cfd4a8e9eb0a8831eef
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Mar 28 14:28:41 2021 +0200

    gnu: gnutls: Fix typos in description.
    
    * gnu/packages/tls.scm (gnutls)[description]: Fix typos.
    
    Reported by genr8 on #guix.
---
 gnu/packages/tls.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 2a8c69a..423612f 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")



reply via email to

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