diff options
author | Andreas Enge <andreas@enge.fr> | 2014-10-05 00:12:02 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2014-10-05 00:12:02 +0200 |
commit | 4d96439d0875a0b2485555f9b54b2200ff67c5e5 (patch) | |
tree | 6794e4cb5cd4f2621a8d61ed59ef9625589001ff /gnu | |
parent | ff212a5cdfd9bb06532781e98f5d1145ef269ec0 (diff) | |
download | patches-4d96439d0875a0b2485555f9b54b2200ff67c5e5.tar patches-4d96439d0875a0b2485555f9b54b2200ff67c5e5.tar.gz |
gnu: git: Fix download location.
* gnu/packages/version-control.scm (git): Fix source uri by switching
to kernel.org.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/version-control.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 71898d9c40..2df05569a6 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -94,7 +94,7 @@ as well as the classic centralized workflow.") (version "2.1.2") (source (origin (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")) (sha256 (base32 |