[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/21: gnu: go-github-com-99designs-go-keyring: Rename variable.
From: |
guix-commits |
Subject: |
02/21: gnu: go-github-com-99designs-go-keyring: Rename variable. |
Date: |
Fri, 26 Jul 2024 18:47:30 -0400 (EDT) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 408b35a18b2a87db0caf50b7c33c40998da1adf5
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Jul 26 12:43:50 2024 +0100
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
---
gnu/packages/golang-crypto.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/golang-crypto.scm b/gnu/packages/golang-crypto.scm
index cb760227e8..05d539a10a 100644
--- a/gnu/packages/golang-crypto.scm
+++ b/gnu/packages/golang-crypto.scm
@@ -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
- 04/21: gnu: Add go-keyring., (continued)
- 04/21: gnu: Add go-keyring., guix-commits, 2024/07/26
- 10/21: gnu: aws-vault: Improve package style., guix-commits, 2024/07/26
- 11/21: gnu: go-github-com-gatherstars-com-jwz: Update to 1.4.0., guix-commits, 2024/07/26
- 12/21: gnu: go-github-com-gatherstars-com-jwz: Adjust synopsis and description., guix-commits, 2024/07/26
- 19/21: gnu: go-github-com-emersion-go-message: Update to 0.18.1., guix-commits, 2024/07/26
- 20/21: gnu: go-github-com-emersion-go-message: Move to golang-web., guix-commits, 2024/07/26
- 08/21: gnu: go-gopkg-in-ini-v1: Move to golang-xyz., guix-commits, 2024/07/26
- 13/21: gnu: packages/golang-web: Update module commentary., guix-commits, 2024/07/26
- 09/21: gnu: aws-vault: Update to 7.2.0., guix-commits, 2024/07/26
- 21/21: gnu: go-github-com-jhillyerd-enmime: Move to golang-web., guix-commits, 2024/07/26
- 02/21: gnu: go-github-com-99designs-go-keyring: Rename variable.,
guix-commits <=
- 16/21: gnu: Remove go-github-com-technoweenie-multipartstreamer., guix-commits, 2024/07/26
- 17/21: gnu: go-github-com-emersion-go-pgpmail: Update to 0.2.1., guix-commits, 2024/07/26
- 18/21: gnu: go-github-com-emersion-go-pgpmail: Enable tests., guix-commits, 2024/07/26
- 03/21: gnu: go-github-com-99designs-keyring: Enable tests., guix-commits, 2024/07/26
- 14/21: gnu: go-github-com-gatherstars-com-jwz: Move to golang-web., guix-commits, 2024/07/26
- 15/21: gnu: Remove go-github-com-go-telegram-bot-api-telegram-bot-api., guix-commits, 2024/07/26