diff options
author | Sharlatan Hellseher <[email protected]> | 2025-02-03 11:12:07 +0000 |
---|---|---|
committer | Sharlatan Hellseher <[email protected]> | 2025-02-03 11:27:10 +0000 |
commit | 235e240914ac1d2ac507ac7c765dcc4c0146cac4 (patch) | |
tree | d4f025626b135ea59e342283e194269e1fc2c2bd /gnu/packages/golang-xyz.scm | |
parent | 3a4a6f9d28654b2cab8a20709d788e9ee2d31b77 (diff) |
gnu: go-github-com-sosodev-duration: Improve package.
* gnu/packages/golang-xyz.scm (go-github-com-sosodev-duration)
[synopsis]: Extend it with more details sourced from project's GitHub
page.
[description]: Fix TexInfo formatting, relax wording.
Change-Id: I17cc5b1aa74d0bb908fc2d6828533e6c725f0252
Diffstat (limited to 'gnu/packages/golang-xyz.scm')
-rw-r--r-- | gnu/packages/golang-xyz.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index aaf7cf6d5e..e01623c6d5 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -17754,11 +17754,11 @@ contain equivalent code.") (list #:import-path "github.com/sosodev/duration")) (home-page "https://github.com/sosodev/duration") - (synopsis "Parsing durations") + (synopsis "ISO 8601 duration parsing in Golang") (description - "This package provides a Go module for parsing -@@url{https://en.wikipedia.org/wiki/ISO_8601#Durations,ISO 8601 durations} and -converting them to the often much more useful @@code{time.Duration}.") + "This package provides a functionality for parsing +@url{https://en.wikipedia.org/wiki/ISO_8601#Durations, ISO 8601 durations} and +converting them to the @code{time.Duration} type.") (license license:expat))) ;;; |