about summary refs log tree commit diff
path: root/pkgs/tools/text/gnugrep/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/gnugrep/default.nix')
-rw-r--r--pkgs/tools/text/gnugrep/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/gnugrep/default.nix b/pkgs/tools/text/gnugrep/default.nix
index a787fc253a69..15a7a5ad2393 100644
--- a/pkgs/tools/text/gnugrep/default.nix
+++ b/pkgs/tools/text/gnugrep/default.nix
@@ -3,7 +3,7 @@
 stdenv.mkDerivation {
   name = "gnugrep-2.5.1a";
   src = fetchurl {
-    url = http://nix.cs.uu.nl/dist/tarballs/grep-2.5.1a.tar.bz2;
+    url = http://ftp.gnu.org/gnu/grep/grep-2.5.1a.tar.bz2;
     md5 = "52202fe462770fa6be1bb667bd6cf30c";
   };
   buildInputs = [pcre];