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
|
@ -478,7 +478,7 @@ security, and applying best practice development processes.")
|
|||
(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 New Issue