summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/text/gnused
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2007-08-27 13:42:00 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2007-08-27 13:42:00 +0000
commit544cb9cb83fa14b4d51e45945bf4a5aa436b570e (patch)
treeed8d455c235931aa7ce17bd80ba4a6dd59cf3ca3 /pkgs/tools/text/gnused
parent607b0d3e8026ff7ea28f580a40a2b51bd27a3965 (diff)
* Rewrite all URLs to GNU mirrors to mirror://gnu/.
svn path=/nixpkgs/trunk/; revision=9201
Diffstat (limited to 'pkgs/tools/text/gnused')
-rw-r--r--pkgs/tools/text/gnused/4.1.2.nix2
-rw-r--r--pkgs/tools/text/gnused/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/text/gnused/4.1.2.nix b/pkgs/tools/text/gnused/4.1.2.nix
index a439a152114f..fce5228cbbbc 100644
--- a/pkgs/tools/text/gnused/4.1.2.nix
+++ b/pkgs/tools/text/gnused/4.1.2.nix
@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "gnused-4.1.2";
src = fetchurl {
- url = ftp://ftp.gnu.org/pub/gnu/sed/sed-4.1.2.tar.gz;
+ url = mirror://gnu/sed/sed-4.1.2.tar.gz;
md5 = "928f0e06422f414091917401f1a834d0";
};
}
diff --git a/pkgs/tools/text/gnused/default.nix b/pkgs/tools/text/gnused/default.nix
index d55639494f05..c70cf0225706 100644
--- a/pkgs/tools/text/gnused/default.nix
+++ b/pkgs/tools/text/gnused/default.nix
@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "gnused-4.1.5";
src = fetchurl {
- url = ftp://ftp.nluug.nl/pub/gnu/sed/sed-4.1.5.tar.gz;
+ url = mirror://gnu/sed/sed-4.1.5.tar.gz;
md5 = "7a1cbbbb3341287308e140bd4834c3ba";
};
# !!! hack: this should go away in gnused > 4.1.5