1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 03:20:43 +02:00

gnu: go-github.com-jtolds-gls: Rename variable.

* gnu/packages/golang.scm (go-github.com-jtolds-gls): Rename variable to
go-github-com-jtolds-gls to follow importer style.

* gnu/packages/golang-check.scm (go-github.com-smartystreets-goconvey):
[propagated-inputs]: Remove go-github.com-jtolds-gls; add
go-github-com-jtolds-gls.

Change-Id: I5a3e1e77e646ff37421bdb8f7aab8d881a646999
This commit is contained in:
Sharlatan Hellseher 2024-07-20 18:29:01 +01:00
parent 4731149db4
commit 1036a78fa2
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
2 changed files with 3 additions and 3 deletions

View file

@ -3048,9 +3048,9 @@ termination.")
"t.Fatalf(`Killf(\"BO%%s")))))))
(home-page "https://gopkg.in/tomb.v1")))
(define-public go-github.com-jtolds-gls
(define-public go-github-com-jtolds-gls
(package
(name "go-github.com-jtolds-gls")
(name "go-github-com-jtolds-gls")
(version "4.20")
(source (origin
(method git-fetch)