gnu: go-github-com-multiformats-go-varint: Fix import path.
* gnu/packages/golang-xyz.scm (go-github-com-multiformats-go-varint): [arguments]: Replace occurrences of "go-options" with "go-varint". [home-page]: Likewise. Change-Id: I0ded7b789024555c4e313ce21d3c42eadf3ae579 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>master
parent
28bc0e870b
commit
db340ca57a
|
@ -1382,8 +1382,8 @@ command line flags, config files, and default struct values.")
|
|||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/mreiferson/go-options"))
|
||||
(home-page "https://github.com/mreiferson/go-options")
|
||||
#:import-path "github.com/multiformats/go-varint"))
|
||||
(home-page "https://github.com/multiformats/go-varint")
|
||||
(synopsis "Varint helpers that enforce minimal encoding")
|
||||
(description
|
||||
"This package provides a functionality for encoding and decoding unsigned
|
||||
|
|
Reference in New Issue