summary refs log tree commit diff
path: root/pkgs/development/libraries/gettext
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2005-02-15 14:44:19 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2005-02-15 14:44:19 +0000
commite42507d1825b1536f6c6bb486ec8c17f80da4d01 (patch)
tree25fce0d5f602a29525cca5e344de5d8fd3223715 /pkgs/development/libraries/gettext
parente5c1afb9c19aa1df33f8ff77660356df8c40bdd7 (diff)
downloadnixlib-e42507d1825b1536f6c6bb486ec8c17f80da4d01.tar
nixlib-e42507d1825b1536f6c6bb486ec8c17f80da4d01.tar.gz
nixlib-e42507d1825b1536f6c6bb486ec8c17f80da4d01.tar.bz2
nixlib-e42507d1825b1536f6c6bb486ec8c17f80da4d01.tar.lz
nixlib-e42507d1825b1536f6c6bb486ec8c17f80da4d01.tar.xz
nixlib-e42507d1825b1536f6c6bb486ec8c17f80da4d01.tar.zst
nixlib-e42507d1825b1536f6c6bb486ec8c17f80da4d01.zip
* Move tarballs to catamaran so that we are no longer dependent on a
  gazillion different servers.  Resurrected some 25 missing files.

svn path=/nixpkgs/trunk/; revision=2237
Diffstat (limited to 'pkgs/development/libraries/gettext')
-rw-r--r--pkgs/development/libraries/gettext/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/gettext/default.nix b/pkgs/development/libraries/gettext/default.nix
index 6cd64d2f69a7..97eea0e16ae6 100644
--- a/pkgs/development/libraries/gettext/default.nix
+++ b/pkgs/development/libraries/gettext/default.nix
@@ -2,7 +2,7 @@
   name = "gettext-0.12.1";
   builder = ./builder.sh;
   src = fetchurl {
-    url = ftp://ftp.nluug.nl/pub/gnu/gettext/gettext-0.12.1.tar.gz;
+    url = http://catamaran.labs.cs.uu.nl/dist/tarballs/gettext-0.12.1.tar.gz;
     md5 = "5d4bddd300072315e668247e5b7d5bdb";
   };
 }