summary refs log tree commit diff
path: root/pkgs/tools/text/gnupatch
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2010-01-14 12:46:10 +0000
committerLudovic Courtès <ludo@gnu.org>2010-01-14 12:46:10 +0000
commitc161cd1773e6411054047b1dd2a9544b0b05b0d1 (patch)
tree6a7019f2b35d0ad331e4efb49e0b065effe34d5e /pkgs/tools/text/gnupatch
parent7c8062b8a2f429eae675dbca103cf554f551c6e0 (diff)
downloadnixlib-c161cd1773e6411054047b1dd2a9544b0b05b0d1.tar
nixlib-c161cd1773e6411054047b1dd2a9544b0b05b0d1.tar.gz
nixlib-c161cd1773e6411054047b1dd2a9544b0b05b0d1.tar.bz2
nixlib-c161cd1773e6411054047b1dd2a9544b0b05b0d1.tar.lz
nixlib-c161cd1773e6411054047b1dd2a9544b0b05b0d1.tar.xz
nixlib-c161cd1773e6411054047b1dd2a9544b0b05b0d1.tar.zst
nixlib-c161cd1773e6411054047b1dd2a9544b0b05b0d1.zip
GNU Patch: Fix typo.
svn path=/nixpkgs/branches/stdenv-updates/; revision=19432
Diffstat (limited to 'pkgs/tools/text/gnupatch')
-rw-r--r--pkgs/tools/text/gnupatch/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/gnupatch/default.nix b/pkgs/tools/text/gnupatch/default.nix
index 5dc11bdc470a..b97c216df2b3 100644
--- a/pkgs/tools/text/gnupatch/default.nix
+++ b/pkgs/tools/text/gnupatch/default.nix
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
     then fetchurl {
       # Temporary fix for
       # http://lists.gnu.org/archive/html/bug-patch/2010-01/msg00004.html .
-      url = "ftp://alpha.gnu.org/patch/patch-2.6.1-2-g2c4e3ec.tar.gz";
+      url = "ftp://alpha.gnu.org/gnu/patch/patch-2.6.1-2-g2c4e3ec.tar.gz";
       sha256 = "1rspyzrik5cnav3m2fxr8146bsq4mc0yw4x0r8nkl2x7i052yr2c";
     } else fetchurl {
       url = "mirror://gnu/patch/${name}.tar.gz";