1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: go-minisign: Rename variable.

* gnu/packages/crypto.scm (go-minisign): Rename variable to
go-github-com-jedisct1-go-minisign to reflect go.mod path.

Change-Id: Idf0e0ca6be70ad299c81c29e46ca1a76439beafc
This commit is contained in:
Sharlatan Hellseher
2025-02-10 15:20:33 +00:00
parent 0a4bb15e85
commit 26866dec98

View File

@@ -282,9 +282,9 @@ OpenBSD tool of the same name.")
"This package provides a crate to sign files and verify signatures.")
(license license:expat)))
(define-public go-minisign
(define-public go-github-com-jedisct1-go-minisign
(package
(name "go-minisign")
(name "go-github-com-jedisct1-go-minisign")
(version "0.2.5")
(source
(origin