mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: git: Fix download location.
* gnu/packages/version-control.scm (git): Fix source uri by switching to kernel.org.
This commit is contained in:
parent
ff212a5cdf
commit
4d96439d08
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ (define-public git
|
||||||
(version "2.1.2")
|
(version "2.1.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://git-core.googlecode.com/files/git-"
|
(uri (string-append "mirror://kernel.org/software/scm/git/git-"
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
Loading…
Reference in a new issue