emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#60319: closed ([PATCH] services: certbot: Fix broken link.)


From: GNU bug Tracking System
Subject: bug#60319: closed ([PATCH] services: certbot: Fix broken link.)
Date: Tue, 03 Jan 2023 21:37:02 +0000

Your message dated Tue, 03 Jan 2023 16:36:09 -0500
with message-id <87358r1et2.fsf@gmail.com>
and subject line Re: bug#60319: [PATCH] services: certbot: Fix broken link.
has caused the debbugs.gnu.org bug report #60319,
regarding [PATCH] services: certbot: Fix broken link.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
60319: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60319
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] services: certbot: Fix broken link. Date: Sun, 25 Dec 2022 15:03:17 -0600
* gnu/services/certbot.scm (certbot-renewal-jobs): Fix broken link.
---
 gnu/services/certbot.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/services/certbot.scm b/gnu/services/certbot.scm
index 7dfdad9874..cf3112a7dc 100644
--- a/gnu/services/certbot.scm
+++ b/gnu/services/certbot.scm
@@ -6,6 +6,7 @@
 ;;; Copyright © 2020 Jack Hill <jackhill@jackhill.us>
 ;;; Copyright © 2020 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2021 Raghav Gururajan <rg@raghavgururajan.name>
+;;; Copyright © 2022 jgart <jgart@dismail.de>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -148,7 +149,7 @@ (define certbot-command
 (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))))
 
-- 
2.38.1




--- End Message ---
--- Begin Message --- Subject: Re: bug#60319: [PATCH] services: certbot: Fix broken link. Date: Tue, 03 Jan 2023 16:36:09 -0500 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hi,

jgart <jgart@dismail.de> writes:

> * gnu/services/certbot.scm (certbot-renewal-jobs): Fix broken link.
> ---
>  gnu/services/certbot.scm | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/gnu/services/certbot.scm b/gnu/services/certbot.scm
> index 7dfdad9874..cf3112a7dc 100644
> --- a/gnu/services/certbot.scm
> +++ b/gnu/services/certbot.scm
> @@ -6,6 +6,7 @@
>  ;;; Copyright © 2020 Jack Hill <jackhill@jackhill.us>
>  ;;; Copyright © 2020 Tobias Geerinckx-Rice <me@tobias.gr>
>  ;;; Copyright © 2021 Raghav Gururajan <rg@raghavgururajan.name>
> +;;; Copyright © 2022 jgart <jgart@dismail.de>
>  ;;;
>  ;;; This file is part of GNU Guix.

Changes of less than 10 lines of code are not substantial enough to be
protected by copyright, so I've dropped the above hunk.

> @@ -148,7 +149,7 @@ (define certbot-command
>  (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))))

I've re-added the trailing period and pushed!

-- 
Thanks,
Maxim


--- End Message ---

reply via email to

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