File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,9 +44,9 @@ members = [
44
44
resolver = " 2"
45
45
46
46
[workspace .package ]
47
- authors = [" Apache Arrow <dev@arrow .apache.org>" ]
47
+ authors = [" Apache DataFusion <dev@datafusion .apache.org>" ]
48
48
edition = " 2021"
49
- homepage = " https://github.com/ apache/datafusion "
49
+ homepage = " https://datafusion. apache.org "
50
50
license = " Apache-2.0"
51
51
readme = " README.md"
52
52
repository = " https://github.com/apache/datafusion"
Original file line number Diff line number Diff line change 19
19
name = " datafusion-cli"
20
20
description = " Command Line Client for DataFusion query engine."
21
21
version = " 38.0.0"
22
- authors = [" Apache Arrow <dev@arrow .apache.org>" ]
22
+ authors = [" Apache DataFusion <dev@datafusion .apache.org>" ]
23
23
edition = " 2021"
24
24
keywords = [" arrow" , " datafusion" , " query" , " sql" ]
25
25
license = " Apache-2.0"
26
- homepage = " https://github.com/ apache/datafusion "
26
+ homepage = " https://datafusion. apache.org "
27
27
repository = " https://github.com/apache/datafusion"
28
28
# Specify MSRV here as `cargo msrv` doesn't support workspace version
29
29
rust-version = " 1.73"
You can’t perform that action at this time.
0 commit comments