mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +02:00
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
This commit is contained in:
parent
3a4a6f9d28
commit
235e240914
1 changed files with 4 additions and 4 deletions
|
@ -17754,11 +17754,11 @@ contain equivalent code.")
|
||||||
(list
|
(list
|
||||||
#:import-path "github.com/sosodev/duration"))
|
#:import-path "github.com/sosodev/duration"))
|
||||||
(home-page "https://github.com/sosodev/duration")
|
(home-page "https://github.com/sosodev/duration")
|
||||||
(synopsis "Parsing durations")
|
(synopsis "ISO 8601 duration parsing in Golang")
|
||||||
(description
|
(description
|
||||||
"This package provides a Go module for parsing
|
"This package provides a functionality for parsing
|
||||||
@@url{https://en.wikipedia.org/wiki/ISO_8601#Durations,ISO 8601 durations} and
|
@url{https://en.wikipedia.org/wiki/ISO_8601#Durations, ISO 8601 durations} and
|
||||||
converting them to the often much more useful @@code{time.Duration}.")
|
converting them to the @code{time.Duration} type.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue