[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: services: certbot: Fix broken link.
From: |
guix-commits |
Subject: |
branch master updated: services: certbot: Fix broken link. |
Date: |
Tue, 03 Jan 2023 16:36:45 -0500 |
This is an automated email from the git hooks/post-receive script.
apteryx pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new c13c890138 services: certbot: Fix broken link.
c13c890138 is described below
commit c13c890138545bfda1807ad60e70971736ddf5b5
Author: jgart <jgart@dismail.de>
AuthorDate: Sun Dec 25 15:03:17 2022 -0600
services: certbot: Fix broken link.
* gnu/services/certbot.scm (certbot-renewal-jobs): Fix broken link.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
gnu/services/certbot.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/services/certbot.scm b/gnu/services/certbot.scm
index 7dfdad9874..8e6784df2b 100644
--- a/gnu/services/certbot.scm
+++ b/gnu/services/certbot.scm
@@ -148,7 +148,7 @@
(define (certbot-renewal-jobs config)
(list
;; Attempt to renew the certificates twice per day, at a random minute
- ;; within the hour. See https://certbot.eff.org/all-instructions/.
+ ;; within the hour. See https://eff-certbot.readthedocs.io/.
#~(job '(next-minute-from (next-hour '(0 12)) (list (random 60)))
#$(certbot-command config))))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: services: certbot: Fix broken link.,
guix-commits <=