diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-01-08 14:16:35 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-01-21 23:47:43 +0000 |
| commit | 86e4e6426ca4e0904219fb43418b1c4324e420a4 (patch) | |
| tree | 832bcba9ac43b54c6942437db96b074e590460fe /gnu/packages | |
| parent | 0ac97c7e72dc67ae9989f17b3a1536d909d96e2a (diff) | |
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
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/golang.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 254fa1b7bab..8299638bcd5 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -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) |
