about summary refs log tree commit diff
path: root/pkgs/applications/editors/joe
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2007-08-27 13:01:33 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2007-08-27 13:01:33 +0000
commit607b0d3e8026ff7ea28f580a40a2b51bd27a3965 (patch)
tree0a1a3e970d7abb9a785df0376794b2b4cb4199e7 /pkgs/applications/editors/joe
parent45a2c87402c70f14cd6b4505e7b9c6f1872fb546 (diff)
* Rewrite all the SourceForge URLs to mirror://sourceforge/.
  find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done

svn path=/nixpkgs/trunk/; revision=9198
Diffstat (limited to 'pkgs/applications/editors/joe')
-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 cc6db1c2e8ee1..0228beb78d69a 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 = mirror://sourceforge/joe-editor/joe-3.3.tar.gz;
          md5 = "02221716679c039c5da00c275d61dbf4";
    };
 }