1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 10:30:43 +02:00

gnu: go-github-com-99designs-go-keyring: Rename variable.

* gnu/packages/golang-crypto.scm (go-github-com-99designs-go-keyring):
Rename variable to go-github-com-99designs-keyring to reflect go.mod
import path.

Change-Id: I0ceb3554cd9f2368958efe6493752ee5d2bfd919
This commit is contained in:
Sharlatan Hellseher 2024-07-26 12:43:50 +01:00
parent 8af0ee243c
commit 408b35a18b
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -200,9 +200,9 @@ Go, exposing the necessary APIs to build a wide array of higher-level
primitives.")
(license license:bsd-3)))
(define-public go-github-com-99designs-go-keyring
(define-public go-github-com-99designs-keyring
(package
(name "go-github-com-99designs-go-keyring")
(name "go-github-com-99designs-keyring")
(version "1.2.2")
(source
(origin