diff --git a/Cargo.toml b/Cargo.toml index 0e72b2b40bb0..e78fe4767d80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,9 +44,9 @@ members = [ resolver = "2" [workspace.package] -authors = ["Apache Arrow "] +authors = ["Apache DataFusion "] 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 1a6b41b4803b..4e3d800cfe97 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 "] +authors = ["Apache DataFusion "] 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"