update cargo meta to reflect TLP status
diff --git a/Cargo.toml b/Cargo.toml
index 0e72b2b..e78fe47 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -44,9 +44,9 @@
 resolver = "2"
 
 [workspace.package]
-authors = ["Apache Arrow <dev@arrow.apache.org>"]
+authors = ["Apache DataFusion <dev@datafusion.apache.org>"]
 edition = "2021"
-homepage = "https://github.com/apache/datafusion"
+homepage = "https://datafusion.apache.org"
 license = "Apache-2.0"
 readme = "README.md"
 repository = "https://github.com/apache/datafusion"
diff --git a/datafusion-cli/Cargo.toml b/datafusion-cli/Cargo.toml
index 1a6b41b..4e3d800 100644
--- a/datafusion-cli/Cargo.toml
+++ b/datafusion-cli/Cargo.toml
@@ -19,11 +19,11 @@
 name = "datafusion-cli"
 description = "Command Line Client for DataFusion query engine."
 version = "38.0.0"
-authors = ["Apache Arrow <dev@arrow.apache.org>"]
+authors = ["Apache DataFusion <dev@datafusion.apache.org>"]
 edition = "2021"
 keywords = ["arrow", "datafusion", "query", "sql"]
 license = "Apache-2.0"
-homepage = "https://github.com/apache/datafusion"
+homepage = "https://datafusion.apache.org"
 repository = "https://github.com/apache/datafusion"
 # Specify MSRV here as `cargo msrv` doesn't support workspace version
 rust-version = "1.73"