* 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
+1 -1
View File
@@ -5,7 +5,7 @@ assert stdenv.isLinux;
stdenv.mkDerivation {
name = "libcap-1.10";
src = fetchurl {
url = http://www.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.4/libcap-1.10.tar.bz2;
url = mirror://kernel/linux/libs/security/linux-privs/kernel-2.4/libcap-1.10.tar.bz2;
md5 = "4426a413128142cab89eb2e6f13d8571";
};