THRIFT-3638 Fix haxelib.json
Client: Haxe
Patch: Jens Geyer
diff --git a/lib/haxe/haxelib.json b/lib/haxe/haxelib.json
index c780ebe..29dd78b 100644
--- a/lib/haxe/haxelib.json
+++ b/lib/haxe/haxelib.json
@@ -1,11 +1,11 @@
{
"name": "thrift",
- "url" : "https://github.com/apache/thrift/tree/master/lib/haxe",
- "license": "Apache 2.0",
+ "url" : "http://thrift.apache.org",
+ "license": "Apache",
"tags": ["thrift", "rpc", "serialization", "cross", "framework"],
"description": "Haxe bindings for the Apache Thrift RPC and serialization framework",
- "version": "1.0.0-dev.141115",
- "releasenote": "The Apache Thrift compiler needs to be installed separately, see http://thrift.apache.org",
+ "version": "1.0.0-alpha.160215",
+ "releasenote": "Licensed under Apache License, Version 2.0. The Apache Thrift compiler needs to be installed separately.",
"contributors": ["Apache Software Foundation (ASF)"],
"dependencies": { }
}