Browse Source

use lib.haxe.org

Nicolas Cannasse 19 years ago
parent
commit
36ca9182b5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      std/tools/haxelib/Main.hx

+ 2 - 2
std/tools/haxelib/Main.hx

@@ -56,8 +56,8 @@ class Main {
 	static var VERSION = 100;
 	static var REPNAME = "lib";
 	static var SERVER = {
-		host : "localhost",
-		port : 2000,
+		host : "lib.haxe.org",
+		port : 80,
 		dir : "",
 		url : "index.n"
 	};