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 d193c4c..53a4be4 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 f964ef3..cff7136 100644
--- a/lib/java/ivy.xml
+++ b/lib/java/ivy.xml
@@ -17,9 +17,9 @@
 <ivy-module version="1.0">
     <info organisation="org.apache.thrift" module="libthrift" revision="0.6.0-dev" >
       <license name="Apache License 2.0" url="http://www.apache.org/licenses/LICENSE-2.0" />
-      <ivyauthor name="Thrift Developers" url="thrift-dev@incubator.apache.org" />
-      <repository name="apache repository" url="http://incubator.apache.org/thrift/" />
-      <description homepage="http://incubator.apache.org/thrift/">
+      <ivyauthor name="Thrift Developers" url="dev@thrift.apache.org" />
+      <repository name="apache repository" url="http://thrift.apache.org" />
+      <description homepage="http://thrift.apache.org">
       Java bindings for the Apache Thrift RPC system
       </description>
     </info>
diff --git a/lib/py/setup.py b/lib/py/setup.py
index e5e9996..d3ae358 100644
--- a/lib/py/setup.py
+++ b/lib/py/setup.py
@@ -29,8 +29,8 @@
       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 d78e352..b6e9a07 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 137336a..05cb7fc 100644
--- a/lib/rb/Rakefile
+++ b/lib/rb/Rakefile
@@ -78,9 +78,9 @@
 
   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"