summary refs log tree commit diff
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2016-01-30 13:39:10 +0100
committerBjørn Forsman <bjorn.forsman@gmail.com>2016-01-30 17:18:13 +0100
commitbf2dfb9d9914d6015a7168786ad1416e97b27056 (patch)
tree5ab90e0e8c080f2357c2615a7cc9c5c60dbc0325
parentd5c9db8dd3cc77eb8ea91d98ea050fe89c3f8e85 (diff)
downloadnixlib-bf2dfb9d9914d6015a7168786ad1416e97b27056.tar
nixlib-bf2dfb9d9914d6015a7168786ad1416e97b27056.tar.gz
nixlib-bf2dfb9d9914d6015a7168786ad1416e97b27056.tar.bz2
nixlib-bf2dfb9d9914d6015a7168786ad1416e97b27056.tar.lz
nixlib-bf2dfb9d9914d6015a7168786ad1416e97b27056.tar.xz
nixlib-bf2dfb9d9914d6015a7168786ad1416e97b27056.tar.zst
nixlib-bf2dfb9d9914d6015a7168786ad1416e97b27056.zip
eclipse: remove old to-do comment about "mirror://eclipse/"
The comment is from 2011, before we started using officially mirrored
URLs[1] like

  http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=THE_FILE

I think using upstream mirrored URLs is better than mirror://eclipse:

  - upstream mirror list is always up to date
  - the closest / fastest mirror will be selected automatically

[1]: http://wiki.eclipse.org/IT_Infrastructure_Doc#Use_mirror_sites.2Fsee_which_mirrors_are_mirroring_my_files.3F
-rw-r--r--pkgs/applications/editors/eclipse/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/applications/editors/eclipse/default.nix b/pkgs/applications/editors/eclipse/default.nix
index 12cfbb9c8023..9e1b41157cd0 100644
--- a/pkgs/applications/editors/eclipse/default.nix
+++ b/pkgs/applications/editors/eclipse/default.nix
@@ -29,8 +29,6 @@ rec {
   };
   eclipse_sdk_35 = eclipse-sdk-35; # backward compatibility, added 2016-01-30
 
-  # !!! Use mirror://eclipse/.
-
   eclipse-sdk-36 = buildEclipse {
     name = "eclipse-sdk-3.6.2";
     description = "Eclipse Classic";