diff options
author | Sharlatan Hellseher <[email protected]> | 2025-02-03 11:00:08 +0000 |
---|---|---|
committer | Sharlatan Hellseher <[email protected]> | 2025-02-03 11:27:10 +0000 |
commit | d37fc1c65be50d1995857aa63490b683b11d1388 (patch) | |
tree | fd4550fdb1f5a5dce0f8be6c7691fa0b64eae376 | |
parent | 732cca59f36a0f12f8c31be578ec064818752daf (diff) |
gnu: go-github-com-kevinmbeaulieu-eq-go-eq-go: Rename variable.
* gnu/packages/golang-xyz (go-github-com-kevinmbeaulieu-eq-go-eq-go):
Rename to go-github-com-kevinmbeaulieu-eq-go to reflect go.mod import
path.
Change-Id: Ib71bfa5215df8c72c0a190f183167a1ab0ca409c
-rw-r--r-- | gnu/packages/golang-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index e592644128..fe166a66e2 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -17712,9 +17712,9 @@ another, typically to convert a map[string]interface{} into a native Go structure.") (license license:expat))) -(define-public go-github-com-kevinmbeaulieu-eq-go-eq-go +(define-public go-github-com-kevinmbeaulieu-eq-go (package - (name "go-github-com-kevinmbeaulieu-eq-go-eq-go") + (name "go-github-com-kevinmbeaulieu-eq-go") (version "1.0.0") (source (origin |