all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
To: jgart <jgart@dismail.de>
Cc: 60319-done@debbugs.gnu.org
Subject: bug#60319: [PATCH] services: certbot: Fix broken link.
Date: Tue, 03 Jan 2023 16:36:09 -0500	[thread overview]
Message-ID: <87358r1et2.fsf@gmail.com> (raw)
In-Reply-To: <20221225210317.20572-1-jgart@dismail.de> (jgart@dismail.de's message of "Sun, 25 Dec 2022 15:03:17 -0600")

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




  reply	other threads:[~2023-01-03 21:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-25 21:03 [bug#60319] [PATCH] services: certbot: Fix broken link jgart via Guix-patches via
2023-01-03 21:36 ` Maxim Cournoyer [this message]
2023-01-04  1:23 ` [bug#60319] closed (Re: bug#60319: [PATCH] services: certbot: Fix broken link.) jgart via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87358r1et2.fsf@gmail.com \
    --to=maxim.cournoyer@gmail.com \
    --cc=60319-done@debbugs.gnu.org \
    --cc=jgart@dismail.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.