sharlatan pushed a commit to branch master
in repository guix.

commit d37fc1c65be50d1995857aa63490b683b11d1388
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Feb 3 11:00:08 2025 +0000

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

Reply via email to