summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2006-10-12 13:50:54 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2006-10-12 13:50:54 +0000
commit1442e8ec22c37f8bbe19a7fc3b2fb855e39a3d10 (patch)
tree68ca0563a887b3fb038bc6405f64c3edd0f256fe /pkgs/applications/editors
parentce71dc90768950e55a347d1794a12e5774383044 (diff)
downloadnixlib-1442e8ec22c37f8bbe19a7fc3b2fb855e39a3d10.tar
nixlib-1442e8ec22c37f8bbe19a7fc3b2fb855e39a3d10.tar.gz
nixlib-1442e8ec22c37f8bbe19a7fc3b2fb855e39a3d10.tar.bz2
nixlib-1442e8ec22c37f8bbe19a7fc3b2fb855e39a3d10.tar.lz
nixlib-1442e8ec22c37f8bbe19a7fc3b2fb855e39a3d10.tar.xz
nixlib-1442e8ec22c37f8bbe19a7fc3b2fb855e39a3d10.tar.zst
nixlib-1442e8ec22c37f8bbe19a7fc3b2fb855e39a3d10.zip
* Copy a bunch of files to nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=6711
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/eclipse/plugins/spoofax/default.nix2
-rw-r--r--pkgs/applications/editors/joe/default.nix2
-rw-r--r--pkgs/applications/editors/nano/default.nix2
-rw-r--r--pkgs/applications/editors/vim/default.nix2
4 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/editors/eclipse/plugins/spoofax/default.nix b/pkgs/applications/editors/eclipse/plugins/spoofax/default.nix
index 649619e487e8..d926064a4dba 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.11.jar;
+  url = http://nix.cs.uu.nl/dist/tarballs/org.spoofax.editor_0.3.11.jar;
   md5 = "c36941afcb0e538e16fafd594eae128e";
 }
diff --git a/pkgs/applications/editors/joe/default.nix b/pkgs/applications/editors/joe/default.nix
index cc6db1c2e8ee..33336355326d 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";
    };
 }
diff --git a/pkgs/applications/editors/nano/default.nix b/pkgs/applications/editors/nano/default.nix
index 5118b7985473..19522f8fc0f8 100644
--- a/pkgs/applications/editors/nano/default.nix
+++ b/pkgs/applications/editors/nano/default.nix
@@ -3,7 +3,7 @@
 stdenv.mkDerivation {
   name = "nano-1.2.5";
   src = fetchurl {
-    url = http://www.nano-editor.org/dist/v1.2/nano-1.2.5.tar.gz;
+    url = http://nix.cs.uu.nl/dist/tarballs/nano-1.2.5.tar.gz;
     md5 = "f2b3efbf1cf356d736740d531b6b22c4";
   };
   buildInputs = [ncurses gettext];
diff --git a/pkgs/applications/editors/vim/default.nix b/pkgs/applications/editors/vim/default.nix
index 1abc4be3c603..470e3693f27e 100644
--- a/pkgs/applications/editors/vim/default.nix
+++ b/pkgs/applications/editors/vim/default.nix
@@ -5,7 +5,7 @@ stdenv.mkDerivation {
  
   builder = ./builder.sh;
   src = fetchurl {
-    url = ftp://ftp.vim.org/pub/vim/unix/vim-7.0.tar.bz2;
+    url = http://nix.cs.uu.nl/dist/tarballs/vim-7.0.tar.bz2;
     md5 = "4ca69757678272f718b1041c810d82d8";
   };