diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-09-14 22:38:35 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-11-09 21:33:47 +0000 |
| commit | dc59b331b12575c5f2e2d117f545ef153b3a47da (patch) | |
| tree | a6c8f1b4d988ef52d78b1d2fe038d4b7815b390e /gnu/packages/version-control.scm | |
| parent | e6cc3a4743807a38eeebd032d4395aa22588e2f7 (diff) | |
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
Diffstat (limited to 'gnu/packages/version-control.scm')
| -rw-r--r-- | gnu/packages/version-control.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 02782ff8382..cf7a0ae0846 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm | |||
| @@ -3922,9 +3922,9 @@ of machine readable. This helps improve code quality and helps you spot | |||
| 3922 | defects faster.") | 3922 | defects faster.") |
| 3923 | (license license:expat))) | 3923 | (license license:expat))) |
| 3924 | 3924 | ||
| 3925 | (define-public go-github-go-git | 3925 | (define-public go-github-com-go-git-go-git-v5 |
| 3926 | (package | 3926 | (package |
| 3927 | (name "go-github-go-git") | 3927 | (name "go-github-com-go-git-go-git-v5") |
| 3928 | (version "5.1.0") | 3928 | (version "5.1.0") |
| 3929 | (source (origin | 3929 | (source (origin |
| 3930 | (method git-fetch) | 3930 | (method git-fetch) |
