about summary refs log tree commit diff
path: root/pkgs/applications/editors/eclipse/plugins/spoofax/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/eclipse/plugins/spoofax/default.nix')
-rw-r--r--pkgs/applications/editors/eclipse/plugins/spoofax/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/eclipse/plugins/spoofax/default.nix b/pkgs/applications/editors/eclipse/plugins/spoofax/default.nix
index b8de074d5f4b..4c782525ec7d 100644
--- a/pkgs/applications/editors/eclipse/plugins/spoofax/default.nix
+++ b/pkgs/applications/editors/eclipse/plugins/spoofax/default.nix
@@ -1,6 +1,6 @@
 {stdenv, fetchurl}:
 
 fetchurl {
-  url = http://www.ii.uib.no/~karltk/spoofax/plugins/org.spoofax.editor_0.3.10.jar;
+  url = http://nix.cs.uu.nl/dist/tarballs/org.spoofax.editor_0.3.10.jar;
   md5 = "ff77853e750e19a9b8d380c17ea27f3d";
 }