Skip to content

Commit 4a9d18f

Browse files
authored
chore: update manifest to reflect project donation (#4)
Signed-off-by: Ruihang Xia <[email protected]>
1 parent 6086946 commit 4a9d18f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
name = "orc-rust"
2020
version = "0.4.1"
2121
edition = "2021"
22-
homepage = "https://github.com/datafusion-contrib/datafusion-orc"
23-
repository = "https://github.com/datafusion-contrib/datafusion-orc"
24-
authors = ["Weny <[email protected]>", "Jeffrey Vo <jeffreyvo@apache.org>"]
22+
homepage = "https://github.com/datafusion-contrib/orc-rust"
23+
repository = "https://github.com/datafusion-contrib/orc-rust"
24+
authors = ["Apache ORC <dev@orc.apache.org>"]
2525
license = "Apache-2.0"
2626
description = "Implementation of Apache ORC file format using Apache Arrow in-memory format"
27-
keywords = ["arrow", "orc", "arrow-rs", "datafusion"]
27+
keywords = ["arrow", "orc", "arrow-rs"]
2828
include = ["src/**/*.rs", "Cargo.toml"]
2929
rust-version = "1.73"
3030

0 commit comments

Comments
 (0)