diff options
-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 |