* mirror://apache/.

svn path=/nixpkgs/trunk/; revision=12968
This commit is contained in:
Eelco Dolstra
2008-10-06 12:58:21 +00:00
parent 4138945727
commit 9fdecb1296
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ stdenv.mkDerivation {
name = "apache-httpd-2.2.9";
src = fetchurl {
url = http://archive.apache.org/dist/httpd/httpd-2.2.9.tar.bz2;
url = mirror://apache/httpd/httpd-2.2.9.tar.bz2;
md5 = "3afa8137dc1999be695a20b62fdf032b";
};