aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-07-26 19:45:14 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-07-26 19:45:14 +0100
commitfd7f750c26cb8e4d1160ddaa88bcfa31c7d7b7b6 (patch)
tree26eb38af39b993df83157173763eaaad6a5bbad7
parenta57cadf2f79cb0610cac32ebea63fed267ef227d (diff)
downloadguix-fd7f750c26cb8e4d1160ddaa88bcfa31c7d7b7b6.tar
guix-fd7f750c26cb8e4d1160ddaa88bcfa31c7d7b7b6.tar.gz
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
-rw-r--r--gnu/packages/golang.scm7
1 files 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