summary refs log tree commit diff
path: root/pkgs/tools/text/gnused/4.1.2.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/gnused/4.1.2.nix')
-rw-r--r--pkgs/tools/text/gnused/4.1.2.nix2
1 files changed, 1 insertions, 1 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";
   };
 }