gnu: certbot: Improve synopsis.

* gnu/packages/tls.scm (certbot)[synopsis]: Add authorship information.
This commit is contained in:
Leo Famulari 2016-09-12 13:00:43 -04:00
parent 0581c273a4
commit d8a1be6328
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -555,7 +555,7 @@ (define-public certbot
("python2-psutil" ,python2-psutil) ("python2-psutil" ,python2-psutil)
("python2-requests" ,python2-requests) ("python2-requests" ,python2-requests)
("python2-pytz" ,python2-pytz))) ("python2-pytz" ,python2-pytz)))
(synopsis "Let's Encrypt client") (synopsis "Let's Encrypt client by the Electronic Frontier Foundation")
(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.")