summary refs log tree commit diff
path: root/pkgs/development/compilers/gwydion-dylan/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/gwydion-dylan/default.nix')
-rw-r--r--pkgs/development/compilers/gwydion-dylan/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/gwydion-dylan/default.nix b/pkgs/development/compilers/gwydion-dylan/default.nix
index 7d9feba592b8..443fbaff7293 100644
--- a/pkgs/development/compilers/gwydion-dylan/default.nix
+++ b/pkgs/development/compilers/gwydion-dylan/default.nix
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
   name = "gwydion-dylan-2.4.0";
   builder = ./builder.sh;
   src = fetchurl {
-    url = http://catamaran.labs.cs.uu.nl/dist/tarballs/gwydion-dylan-2.4.0.tar.gz;
+    url = http://nix.cs.uu.nl/dist/tarballs/gwydion-dylan-2.4.0.tar.gz;
     md5 = "7ed180bf4ef11e8e8da3bd78b45477a8";
   };