gnu: go-github-com-google-go-jsonnet: Rename variable.

* gnu/packages/golang.scm (go-github-com-google-go-jsonnet): Rename
variable to go-jsonnet as it's a final CLI programm and not a library
used by any package in Guix.

Change-Id: I88ef319530bd64e9675d8f86dbd78640fc617e89
This commit is contained in:
Sharlatan Hellseher 2025-01-08 14:16:35 +00:00
parent 0ac97c7e72
commit 86e4e6426c
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -3976,9 +3976,9 @@ aware of your profiles and configuration in ~/.aws/config.")
"This package provides INI file read and write functionality in Go.")
(license license:asl2.0)))
(define-public go-github-com-google-go-jsonnet
(define-public go-jsonnet
(package
(name "go-github-com-google-go-jsonnet")
(name "go-jsonnet")
(version "0.20.0")
(source (origin
(method git-fetch)