* Rewrite all URLs to GNU mirrors to mirror://gnu/.

svn path=/nixpkgs/trunk/; revision=9201
This commit is contained in:
Eelco Dolstra
2007-08-27 13:42:00 +00:00
parent 607b0d3e80
commit 544cb9cb83
39 changed files with 40 additions and 40 deletions
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "help2man-1.36.4";
src = fetchurl {
url = ftp://ftp.nluug.nl/pub/gnu/help2man/help2man-1.36.4.tar.gz;
url = mirror://gnu/help2man/help2man-1.36.4.tar.gz;
md5 = "d31a0a38c2ec71faa06723f6b8bd3076";
};