GNU bug report logs -
#69967
[PATCH] gnu: go-github-com-multiformats-go-varint: Bugfix.
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/golang-xyz.scm (go-github-com-multiformats-go-varint):
[arguments]: Bugfix: Replace occurrences of "go-options" with "go-varint"
[home-page]: Likewise.
Change-Id: I0ded7b789024555c4e313ce21d3c42eadf3ae579
---
gnu/packages/golang-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index cf0b52a043..65de42f642 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -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
base-commit: bf530017f0e847ae895919b32ef37d79fa636a1e
--
2.41.0
This bug report was last modified 1 year and 117 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.