From b30407b82f6ab6dab1e08cfd4a8e9eb0a8831eef Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 28 Mar 2021 14:28:41 +0200 Subject: 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(-) (limited to 'gnu') 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") -- cgit v1.2.3 ='sub'>Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/system.scm
AgeCommit message (Expand)Author
2023-07-13system: hurd: Boot with pci.arbiter and rumpdisk....Janneke Nieuwenhuizen
2023-05-10system: Fix reference to Hurd bug in comment....Ludovic Courtès
2023-04-14Merge branch 'master' into core-updates....Maxim Cournoyer
2023-03-30system: Remove obsolete GUIX_LOCPATH workaround....Bruno Victal
2023-03-20Merge remote-tracking branch 'origin/master' into core-updatesAndreas Enge
2023-03-16services: etc-service: Deprecate etc-service procedure....Bruno Victal
2023-03-13system: Remove redundant gexp-ungexp usage....Bruno Victal
2023-03-13system: Simplify nsswitch binding....Bruno Victal
2023-03-02Merge remote-tracking branch 'savannah/master' into core-updates...Christopher Baines
2023-03-03services: base: Deprecate 'host-name-service' procedure....Bruno Victal
2023-02-23system: Do not export local-host-entries....Bruno Victal
2023-02-09system: Deprecate hosts-file....Bruno Victal
2023-01-30Merge remote-tracking branch 'origin/master' into core-updates...Efraim Flashner
2023-01-05system: Define default 'PS1' in /etc/bashrc rather than ~/.bashrc....Ludovic Courtès
2022-12-05system: Add e2fsprogs to %base-packages-utils....Maxim Cournoyer
2022-12-05system: Rename and move %base-packages-disk-utilities....Maxim Cournoyer
2022-11-27gnu: shadow: Merge in shadow-with-man-pages....Efraim Flashner
2022-10-23gnu: Fix typos....Vagrant Cascadian
2022-10-23system: hurd: Boot with the statically-linked 'exec' server....Ludovic Courtès
2022-10-11system: operating-system: Make the timezone field default to Etc/UTC....Maxim Cournoyer
2022-09-28services: Add file system utilities to profile....Brice Waegeneire