aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/tools/misc/help2man
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/development/tools/misc/help2man
parent607b0d3e8026ff7ea28f580a40a2b51bd27a3965 (diff)
* Rewrite all URLs to GNU mirrors to mirror://gnu/.
svn path=/nixpkgs/trunk/; revision=9201
Diffstat (limited to 'pkgs/development/tools/misc/help2man')
-rw-r--r--pkgs/development/tools/misc/help2man/help2man-1.36.4.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/misc/help2man/help2man-1.36.4.nix b/pkgs/development/tools/misc/help2man/help2man-1.36.4.nix
index 1a7be374719..0f1e66003db 100644
--- a/pkgs/development/tools/misc/help2man/help2man-1.36.4.nix
+++ b/pkgs/development/tools/misc/help2man/help2man-1.36.4.nix
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "help2man-1.36.4";
src = fetchurl {
- url = ftp://ftp.nluug.nl/pub/gnu/help2man/help2man-1.36.4.tar.gz;
+ url = mirror://gnu/help2man/help2man-1.36.4.tar.gz;
md5 = "d31a0a38c2ec71faa06723f6b8bd3076";
};