summary refs log tree commit diff
path: root/pkgs/tools/typesetting/lhs2tex
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2006-01-30 16:04:03 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2006-01-30 16:04:03 +0000
commit3389f4bc3660f5f47fdf8e9ebf41c1de1b30f671 (patch)
tree8f4f5bc667119caf379ff3677e1cf25e0f920cf4 /pkgs/tools/typesetting/lhs2tex
parent53c56afcfe0600ecf582114f7da2e21eaa2dbd11 (diff)
downloadnixlib-3389f4bc3660f5f47fdf8e9ebf41c1de1b30f671.tar
nixlib-3389f4bc3660f5f47fdf8e9ebf41c1de1b30f671.tar.gz
nixlib-3389f4bc3660f5f47fdf8e9ebf41c1de1b30f671.tar.bz2
nixlib-3389f4bc3660f5f47fdf8e9ebf41c1de1b30f671.tar.lz
nixlib-3389f4bc3660f5f47fdf8e9ebf41c1de1b30f671.tar.xz
nixlib-3389f4bc3660f5f47fdf8e9ebf41c1de1b30f671.tar.zst
nixlib-3389f4bc3660f5f47fdf8e9ebf41c1de1b30f671.zip
* Copy lots of files to nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=4623
Diffstat (limited to 'pkgs/tools/typesetting/lhs2tex')
-rw-r--r--pkgs/tools/typesetting/lhs2tex/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/typesetting/lhs2tex/default.nix b/pkgs/tools/typesetting/lhs2tex/default.nix
index aff5b68226f6..f5a3d20f66df 100644
--- a/pkgs/tools/typesetting/lhs2tex/default.nix
+++ b/pkgs/tools/typesetting/lhs2tex/default.nix
@@ -7,7 +7,7 @@ stdenv.mkDerivation {
   builder = ./builder.sh;
   
   src = fetchurl {
-    url = http://www.iai.uni-bonn.de/~loeh/lhs2tex/lhs2tex-1.10pre.tar.bz2;
+    url = http://nix.cs.uu.nl/dist/tarballs/lhs2tex-1.10pre.tar.bz2;
     md5 = "4fb875cdc0ba8daacc18b97f76aab4bf";
   };