1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-14 13:15:56 +02:00

gnu: go-github-go-git: Rename variable.

* gnu/packages/version-control.scm (go-github-go-git): Rename variable
to go-github-com-go-git-go-git-v5 to reflect go.mod import path
* gnu/packages/configuration-management.scm (chezmoi) [native-inputs]:
Remove go-github-go-git; add go-github-com-go-git-go-git-v5.

Change-Id: I670b0f05ea3aba7d07ffb9b6a09279e155c4da21
This commit is contained in:
Sharlatan Hellseher
2024-09-14 22:38:35 +01:00
parent e6cc3a4743
commit dc59b331b1
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -3922,9 +3922,9 @@ of machine readable. This helps improve code quality and helps you spot
defects faster.")
(license license:expat)))
(define-public go-github-go-git
(define-public go-github-com-go-git-go-git-v5
(package
(name "go-github-go-git")
(name "go-github-com-go-git-go-git-v5")
(version "5.1.0")
(source (origin
(method git-fetch)