You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by je...@apache.org on 2021/02/24 22:06:02 UTC

[thrift] branch master updated: fix to publish haxelib

This is an automated email from the ASF dual-hosted git repository.

jensg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git


The following commit(s) were added to refs/heads/master by this push:
     new 6140fb2  fix to publish haxelib
6140fb2 is described below

commit 6140fb27e0b15de2ba042401073435b049482389
Author: Jens Geyer <je...@apache.org>
AuthorDate: Wed Feb 24 23:05:04 2021 +0100

    fix to publish haxelib
---
 lib/haxe/haxelib.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/haxe/haxelib.json b/lib/haxe/haxelib.json
index 1cb0be4..14d0dcb 100644
--- a/lib/haxe/haxelib.json
+++ b/lib/haxe/haxelib.json
@@ -6,7 +6,7 @@
 	"description": "Haxe bindings for the Apache Thrift RPC and serialization framework",
 	"version": "0.15.0",
 	"releasenote": "Licensed under Apache License, Version 2.0. The Apache Thrift compiler needs to be installed separately.",
-	"contributors": ["Apache Software Foundation (ASF)"],
+	"contributors": ["ApacheThrift"],
 	"dependencies": { },
 	"classPath": "src"
 }