diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-03-06 16:40:09 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-03-06 23:28:29 +0000 |
commit | 532914a389ca0b8462db1b91e92d226559a599e0 (patch) | |
tree | f7a1f9351e73f184665f51a788f154cb3c13febd | |
parent | 036b364138d5f7da4bea484f1b9b2c565dd1f5bb (diff) | |
download | guix-532914a389ca0b8462db1b91e92d226559a599e0.tar.gz guix-532914a389ca0b8462db1b91e92d226559a599e0.zip |
gnu: go-github-com-vividcortex-ewma: Update description.
* gnu/packages/golang.scm (go-github-com-vividcortex-ewma)
[description]: Provide link to a wiki page sourced from the project's
README.
Change-Id: I0520b0502f676b8891ddd746774acd483358b95e
-rw-r--r-- | gnu/packages/golang.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 3e58f98103..59107ec762 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -9606,8 +9606,9 @@ parser.") (home-page "https://github.com/VividCortex/ewma") (synopsis "Exponentially Weighted Moving Average algorithms for Go") (description - "This package implements algorithms for exponentially weighted moving -averages.") + "This package implements algorithms for +@url{https://en.wikipedia.org/wiki/Moving_average#Exponential_moving_average,exponentially +weighted moving averages}.") (license license:expat))) (define-public go-github-com-rivo-uniseg |