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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user