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:
Leo Famulari 2016-05-14 01:35:04 -04:00
parent 9495cf9a80
commit 247783685b
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -478,7 +478,7 @@ (define-public certbot
(description "Tool to automatically receive and install X.509 certificates (description "Tool to automatically receive and install X.509 certificates
to enable TLS on servers. The client will interoperate with the Lets Encrypt CA which to enable TLS on servers. The client will interoperate with the Lets Encrypt CA which
will be issuing browser-trusted certificates for free.") will be issuing browser-trusted certificates for free.")
(home-page "https://letsencrypt.org/") (home-page "https://certbot.eff.org/")
(license license:asl2.0))) (license license:asl2.0)))
(define-public letsencrypt (define-public letsencrypt