sharlatan pushed a commit to branch go-team
in repository guix.

commit fd7f750c26cb8e4d1160ddaa88bcfa31c7d7b7b6
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Fri Jul 26 19:45:14 2024 +0100

    gnu: go-github-com-gatherstars-com-jwz: Adjust synopsis and description.
    
    * gnu/packages/golang.scm (go-github-com-gatherstars-com-jwz)
    [synopsis]: Fix lint warning.
    [description]: Add link to the original implementation paper.
    
    Change-Id: I06400b3603caf4b9b588bc6822a6d04d861f6448
---
 gnu/packages/golang.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 9933382143..cd97d891dd 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -8754,11 +8754,12 @@ library geared towards parsing MIME encoded emails.")
                              go-github-com-jhillyerd-enmime
                              go-github-com-gdamore-tcell-v2))
     (home-page "https://github.com/gatherstars-com/jwz";)
-    (synopsis "Implementation in Go of the email threading algorithm
-originally invented for Netscape Mail")
+    (synopsis "Email threading algorithm in Golang")
     (description
      "The jwz package provides an implementation of the email threading
-algorithm originally designed for use in Netscape Mail 2.0 for Go.")
+algorithm originally designed for use in
+@url{https://www.jwz.org/doc/threading.html,Netscape Mail 2.0 and 3.0} for
+Golang.")
     (license license:asl2.0)))
 
 (define-public go-github-com-creack-pty

Reply via email to