mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
gnu: certbot: Update home page URL.
This is a followup to commit 9495cf9a80
.
* gnu/packages/tls.scm (certbot)[home-page]: Update to new location.
This commit is contained in:
parent
9495cf9a80
commit
247783685b
1 changed files with 1 additions and 1 deletions
|
@ -478,7 +478,7 @@ (define-public certbot
|
|||
(description "Tool to automatically receive and install X.509 certificates
|
||||
to enable TLS on servers. The client will interoperate with the Let’s Encrypt CA which
|
||||
will be issuing browser-trusted certificates for free.")
|
||||
(home-page "https://letsencrypt.org/")
|
||||
(home-page "https://certbot.eff.org/")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public letsencrypt
|
||||
|
|
Loading…
Reference in a new issue