mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: go-github-com-vividcortex-ewma: Fix import-path.
* gnu/packages/golang.scm (go-github-com-vividcortex-ewma): Fix import-path. [arguments]<#:import-path>: Use proper capitalization. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
7991eedd03
commit
2477aea26d
1 changed files with 1 additions and 1 deletions
|
@ -9606,7 +9606,7 @@ (define-public go-github-com-vividcortex-ewma
|
|||
(sha256
|
||||
(base32 "0whx516l9nm4n41spagb605ry7kfnz1qha96mcshnfjlahhnnylq"))))
|
||||
(build-system go-build-system)
|
||||
(arguments '(#:import-path "github.com/vividcortex/ewma"))
|
||||
(arguments '(#:import-path "github.com/VividCortex/ewma"))
|
||||
(home-page "https://github.com/VividCortex/ewma")
|
||||
(synopsis "Exponentially Weighted Moving Average algorithms for Go")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue