diff options
| author | Leo Famulari | 2016-09-12 13:00:43 -0400 |
|---|---|---|
| committer | Leo Famulari | 2016-09-12 13:05:42 -0400 |
| commit | d8a1be63286254fcd3293dd1accf44d79a3fd473 (patch) | |
| tree | 1968b45d5e78b14064d85b58bbffc2249fbb9afa /gnu/packages/tls.scm | |
| parent | 0581c273a4d5171a477d89f109c46d7ab3691429 (diff) | |
gnu: certbot: Improve synopsis.
* gnu/packages/tls.scm (certbot)[synopsis]: Add authorship information.
Diffstat (limited to 'gnu/packages/tls.scm')
| -rw-r--r-- | gnu/packages/tls.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm index 721eea625..412ec77bc 100644 --- a/gnu/packages/tls.scm +++ b/gnu/packages/tls.scm @@ -555,7 +555,7 @@ security, and applying best practice development processes.") ("python2-psutil" ,python2-psutil) ("python2-requests" ,python2-requests) ("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 to enable TLS on servers. The client will interoperate with the Let’s Encrypt CA which will be issuing browser-trusted certificates for free.") |