* Use HTTP instead of FTP.

svn path=/nixpkgs/trunk/; revision=3662
This commit is contained in:
Eelco Dolstra 2005-08-22 14:50:05 +00:00
parent 454707da23
commit 3210b87fc3

View file

@ -11,7 +11,7 @@ stdenv.mkDerivation {
builder = ./builder.sh;
src = fetchurl {
url = ftp://ftp.cs.uu.nl/mirror/apache.org/dist/httpd/httpd-2.0.54.tar.bz2;
url = http://apache.cs.uu.nl/dist/httpd/httpd-2.0.54.tar.bz2;
md5 = "4ae8a38c6b5db9046616ce10a0d551a2";
};