mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
0ac97c7e72
commit
86e4e6426c
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue