mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-beorn7-perks-quantile: Fix indentation.
* gnu/packages/syncthing.scm (go-github-com-beorn7-perks-quantile): Fix indentation. Change-Id: Id159b4314fc25ecebc0737221995823e28045626
This commit is contained in:
parent
2f0aba1fd4
commit
9e2d8ed8fd
1 changed files with 21 additions and 20 deletions
|
@ -726,7 +726,8 @@ notification library in Go.")
|
|||
'(#:import-path "github.com/beorn7/perks/quantile"
|
||||
#:unpack-path "github.com/beorn7/perks"))
|
||||
(synopsis "Compute approximate quantiles over an unbounded data stream")
|
||||
(description "Perks contains the Go package @code{quantile} that computes
|
||||
(description
|
||||
"Perks contains the Go package @code{quantile} that computes
|
||||
approximate quantiles over an unbounded data stream within low memory and CPU
|
||||
bounds.")
|
||||
(home-page "https://github.com/beorn7/perks")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue