* 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

View File

@@ -9,7 +9,7 @@ stdenv.mkDerivation {
builder = ./builder.sh;
src = fetchurl {
url = ftp://ftp.nluug.nl/pub/gnu/ghostscript/gnu-ghostscript-8.56.0.tar.bz2;
url = mirror://gnu/ghostscript/gnu-ghostscript-8.56.0.tar.bz2;
sha256 = "0pfcf59jfl6h8bhwypzxw0zwljssja14d3jc6gczbkab37d33c1x";
};