From: Roger Meier Date: Tue, 2 Nov 2010 07:33:30 +0000 (+0000) Subject: THRIFT-6 TLP URL's and email's, haskell, more details X-Git-Tag: 0.6.0~44 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=a8b52c7a8b240042a0c6368fb116520f2b580528;p=common%2Fthrift.git THRIFT-6 TLP URL's and email's, haskell, more details git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1029964 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/lib/hs/Thrift.cabal b/lib/hs/Thrift.cabal index d193c4c7..53a4be47 100644 --- a/lib/hs/Thrift.cabal +++ b/lib/hs/Thrift.cabal @@ -20,11 +20,13 @@ Name: thrift Version: 0.6.0-dev Cabal-Version: >= 1.4 -License: Apache License 2.0 +License: OtherLicense Category: Foreign Build-Type: Simple Synopsis: Haskell bindings for the Apache Thrift RPC system -Maintainer: thrift-dev@incubator.apache.org +Homepage: http://thrift.apache.org +Bug-Reports: https://issues.apache.org/jira/browse/THRIFT +Maintainer: dev@thrift.apache.org License-File: LICENSE Description: diff --git a/lib/java/ivy.xml b/lib/java/ivy.xml index f964ef3b..cff7136a 100644 --- a/lib/java/ivy.xml +++ b/lib/java/ivy.xml @@ -17,9 +17,9 @@ - - - + + + Java bindings for the Apache Thrift RPC system diff --git a/lib/py/setup.py b/lib/py/setup.py index e5e9996d..d3ae3588 100644 --- a/lib/py/setup.py +++ b/lib/py/setup.py @@ -29,8 +29,8 @@ setup(name = 'Thrift', version = '0.6.0-dev', description = 'Python bindings for the Apache Thrift RPC system', author = ['Thrift Developers'], - author_email = ['thrift-dev@incubator.apache.org'], - url = 'http://incubator.apache.org/thrift/', + author_email = ['dev@thrift.apache.org'], + url = 'http://thrift.apache.org', license = 'Apache License 2.0', packages = [ 'thrift', diff --git a/lib/rb/README b/lib/rb/README index d78e3527..b6e9a079 100644 --- a/lib/rb/README +++ b/lib/rb/README @@ -1,5 +1,5 @@ Thrift Ruby Software Library - http://incubator.apache.org/thrift/ + http://thrift.apache.org == LICENSE: diff --git a/lib/rb/Rakefile b/lib/rb/Rakefile index 137336a7..05cb7fc0 100644 --- a/lib/rb/Rakefile +++ b/lib/rb/Rakefile @@ -78,9 +78,9 @@ begin Echoe.new('thrift') do |p| p.author = ['Thrift Developers'] - p.email = ['thrift-dev@incubator.apache.org'] + p.email = ['dev@thrift.apache.org'] p.summary = "Ruby bindings for the Apache Thrift RPC system" - p.url = "http://incubator.apache.org/thrift/" + p.url = "http://thrift.apache.org" p.include_rakefile = true p.version = "0.6.0-dev" p.rubygems_version = ">= 1.2.0"