summary refs log tree commit diff
path: root/pkgs/applications/editors/joe/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/joe/default.nix')
-rw-r--r--pkgs/applications/editors/joe/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/joe/default.nix b/pkgs/applications/editors/joe/default.nix
index cc6db1c2e8e..33336355326 100644
--- a/pkgs/applications/editors/joe/default.nix
+++ b/pkgs/applications/editors/joe/default.nix
@@ -3,7 +3,7 @@
 stdenv.mkDerivation {
 name = "joe-3.3";
 src = fetchurl {
-         url = http://surfnet.dl.sourceforge.net/sourceforge/joe-editor/joe-3.3.tar.gz;
+         url = http://nix.cs.uu.nl/dist/tarballs/joe-3.3.tar.gz;
          md5 = "02221716679c039c5da00c275d61dbf4";
    };
 }