Skip to content

Commit cafbc9d

Browse files
committed
update cargo meta to reflect TLP status
1 parent 7689bd8 commit cafbc9d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ members = [
4444
resolver = "2"
4545

4646
[workspace.package]
47-
authors = ["Apache Arrow <dev@arrow.apache.org>"]
47+
authors = ["Apache DataFusion <dev@datafusion.apache.org>"]
4848
edition = "2021"
49-
homepage = "https://github.com/apache/datafusion"
49+
homepage = "https://datafusion.apache.org"
5050
license = "Apache-2.0"
5151
readme = "README.md"
5252
repository = "https://github.com/apache/datafusion"

datafusion-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
name = "datafusion-cli"
2020
description = "Command Line Client for DataFusion query engine."
2121
version = "38.0.0"
22-
authors = ["Apache Arrow <dev@arrow.apache.org>"]
22+
authors = ["Apache DataFusion <dev@datafusion.apache.org>"]
2323
edition = "2021"
2424
keywords = ["arrow", "datafusion", "query", "sql"]
2525
license = "Apache-2.0"
26-
homepage = "https://github.com/apache/datafusion"
26+
homepage = "https://datafusion.apache.org"
2727
repository = "https://github.com/apache/datafusion"
2828
# Specify MSRV here as `cargo msrv` doesn't support workspace version
2929
rust-version = "1.73"

0 commit comments

Comments
 (0)