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>
1 files changed, 1 insertions(+), 1 deletions(-) M gnu/packages/golang.scm
M gnu/packages/golang.scm => gnu/packages/golang.scm +1 -1
@@ 9606,7 9606,7 @@ parser.") (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