mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-04 18:07:24 +01:00
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>
This commit is contained in:
parent
28bc0e870b
commit
db340ca57a
1 changed files with 2 additions and 2 deletions
|
@ -1382,8 +1382,8 @@ (define-public go-github-com-multiformats-go-varint
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue