* Rewrite all the kernel.org URLs to mirror://kernel/.

svn path=/nixpkgs/trunk/; revision=9202
This commit is contained in:
Eelco Dolstra
2007-08-27 13:59:40 +00:00
parent 544cb9cb83
commit d39fd2a578
15 changed files with 15 additions and 15 deletions
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "git-1.5.1.2";
src = fetchurl {
url = http://www.kernel.org/pub/software/scm/git/git-1.5.1.2.tar.bz2;
url = mirror://kernel/software/scm/git/git-1.5.1.2.tar.bz2;
sha256 = "0a7nnw9631h6nxk7sny0cjv89qlibilvsm6947620vr2kgc6p6k2";
};