summary refs log tree commit diff
path: root/pkgs/development/tools/parsing/pgen/pgen-2.0.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/parsing/pgen/pgen-2.0.nix')
-rw-r--r--pkgs/development/tools/parsing/pgen/pgen-2.0.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/parsing/pgen/pgen-2.0.nix b/pkgs/development/tools/parsing/pgen/pgen-2.0.nix
index 8eea83cea0a..1e0d80eab0d 100644
--- a/pkgs/development/tools/parsing/pgen/pgen-2.0.nix
+++ b/pkgs/development/tools/parsing/pgen/pgen-2.0.nix
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
   name = "pgen-2.0";
   builder = ./builder.sh;
   src = fetchurl {
-    url = http://www.cwi.nl/projects/MetaEnv/pgen/pgen-2.0.tar.gz;
+    url = http://catamaran.labs.cs.uu.nl/dist/tarballs/pgen-2.0.tar.gz;
     md5 = "368cd8abeed29591a35660d8cea79975";
   };
   inherit        aterm toolbuslib ptsupport sdfsupport asfsupport ascsupport sglr;