From 544cb9cb83fa14b4d51e45945bf4a5aa436b570e Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 27 Aug 2007 13:42:00 +0000 Subject: * Rewrite all URLs to GNU mirrors to mirror://gnu/. svn path=/nixpkgs/trunk/; revision=9201 --- pkgs/applications/misc/hello/ex-1/default.nix | 2 +- pkgs/applications/misc/hello/ex-2/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/applications/misc/hello') diff --git a/pkgs/applications/misc/hello/ex-1/default.nix b/pkgs/applications/misc/hello/ex-1/default.nix index 9bcd2340e377..6411e1a845ef 100644 --- a/pkgs/applications/misc/hello/ex-1/default.nix +++ b/pkgs/applications/misc/hello/ex-1/default.nix @@ -4,7 +4,7 @@ stdenv.mkDerivation { name = "hello-2.1.1"; builder = ./builder.sh; src = fetchurl { - url = ftp://ftp.nluug.nl/pub/gnu/hello/hello-2.1.1.tar.gz; + url = mirror://gnu/hello/hello-2.1.1.tar.gz; md5 = "70c9ccf9fac07f762c24f2df2290784d"; }; inherit perl; diff --git a/pkgs/applications/misc/hello/ex-2/default.nix b/pkgs/applications/misc/hello/ex-2/default.nix index 017ccf617ed5..b70103ceef5c 100644 --- a/pkgs/applications/misc/hello/ex-2/default.nix +++ b/pkgs/applications/misc/hello/ex-2/default.nix @@ -3,7 +3,7 @@ stdenv.mkDerivation { name = "hello-2.1.1"; src = fetchurl { - url = ftp://ftp.nluug.nl/pub/gnu/hello/hello-2.1.1.tar.gz; + url = mirror://gnu/hello/hello-2.1.1.tar.gz; md5 = "70c9ccf9fac07f762c24f2df2290784d"; }; buildInputs = [perl]; -- cgit 1.4.1