summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/golang.scm5
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