guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/10: gnu: dehydrated: Update description.


From: guix-commits
Subject: 09/10: gnu: dehydrated: Update description.
Date: Wed, 29 Sep 2021 11:01:28 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit bc5152a25d1f1f695f5ccb844cfe30064f91efd2
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Sep 29 02:54:21 2021 +0200

    gnu: dehydrated: Update description.
    
    * gnu/packages/tls.scm (dehydrated)[synopsis, description]:
    Let's Encrypt hasn't been the only game in ACME town in ages.
---
 gnu/packages/tls.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index d52a88f..5154f2b 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -1110,10 +1110,10 @@ coding footprint.")
             (separator #f)
             (files '("etc/ssl/certs/ca-certificates.crt")))))
     (home-page "https://dehydrated.io/";)
-    (synopsis "Let's Encrypt/ACME client implemented as a shell script")
-    (description "Dehydrated is a client for signing certificates with an
-ACME-server (currently only provided by Let's Encrypt) implemented as a
-relatively simple Bash script.")
+    (synopsis "ACME client implemented as a shell script")
+    (description "Dehydrated is a client for obtaining certificates from an
+ACME server (such as Let's Encrypt) implemented as a relatively simple Bash
+script.")
     (license license:expat)))
 
 (define-public go-github-com-certifi-gocertifi



reply via email to

[Prev in Thread] Current Thread [Next in Thread]