[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/21: search-paths: Tweak $SSL_CERT_DIR comment.
From: |
guix-commits |
Subject: |
03/21: search-paths: Tweak $SSL_CERT_DIR comment. |
Date: |
Thu, 8 Sep 2022 10:24:06 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 69d72c553feb69a3256266bcf9d49a72c70ed660
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Sep 7 15:59:55 2022 +0200
search-paths: Tweak $SSL_CERT_DIR comment.
* guix/search-paths.scm ($SSL_CERT_DIR): Fix typos and tweak comment.
---
guix/search-paths.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/guix/search-paths.scm b/guix/search-paths.scm
index 733d98359d..4a8f5131ed 100644
--- a/guix/search-paths.scm
+++ b/guix/search-paths.scm
@@ -83,10 +83,10 @@
(variable "GUIX_EXTENSIONS_PATH")
(files '("share/guix/extensions"))))
-;; Two variables for certificates (see (guix)X.509 Certificates),
-;; respected by 'openssl', possibly GnuTLS in the future
+;; Two variables for certificates (info "(guix)X.509 Certificates"),
+;; respected by OpenSSL and possibly GnuTLS in the future
;; (https://gitlab.com/gnutls/gnutls/-/merge_requests/1541)
-;; and many of their dependents -- even some GnuTLS depepdents
+;; and many of their dependents -- even some GnuTLS dependents
;; like Guile. As they are not tied to a single package, define
;; them here to avoid duplication.
;;
- branch master updated (38e8373830 -> 685dd8fb13), guix-commits, 2022/09/08
- 01/21: search-paths: Remove redundant uses of 'define-public'., guix-commits, 2022/09/08
- 02/21: search-paths: Clarify $GUIX_EXTENSIONS_PATH comment., guix-commits, 2022/09/08
- 08/21: gnu: Add man-pages-posix., guix-commits, 2022/09/08
- 10/21: gnu: Add mimalloc., guix-commits, 2022/09/08
- 14/21: gnu: Add texlive-latex-lastpage., guix-commits, 2022/09/08
- 12/21: gnu: podman: Use G-expressions., guix-commits, 2022/09/08
- 09/21: gnu: man-pages: Update to new style., guix-commits, 2022/09/08
- 19/21: gnu: dragon-drop: Update to 1.2.0., guix-commits, 2022/09/08
- 21/21: services: agetty-service-type: Add missing dash., guix-commits, 2022/09/08
- 03/21: search-paths: Tweak $SSL_CERT_DIR comment.,
guix-commits <=
- 17/21: gnu: Add texlive-latex-totcount., guix-commits, 2022/09/08
- 20/21: gnu: strawberry: Update to 1.0.9., guix-commits, 2022/09/08
- 06/21: file-systems: Open files with O_CLOEXEC., guix-commits, 2022/09/08
- 04/21: import: gnome: Reject version strings such as "43.alpha"., guix-commits, 2022/09/08
- 05/21: syscalls: Avoid repeated calls to 'syscall->procedure'., guix-commits, 2022/09/08
- 13/21: gnu: podman: Update to 4.2.0., guix-commits, 2022/09/08
- 11/21: gnu: Add solvespace., guix-commits, 2022/09/08
- 07/21: gnu: zsh-autopair., guix-commits, 2022/09/08
- 15/21: gnu: Add texlive-latex-tabto-ltx., guix-commits, 2022/09/08
- 16/21: gnu: Add texlive-generic-soul., guix-commits, 2022/09/08