diff --git a/Cargo.toml b/Cargo.toml index b7cf9cf..1c18797 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,12 +19,12 @@ name = "orc-rust" version = "0.4.1" edition = "2021" -homepage = "https://github.com/datafusion-contrib/datafusion-orc" -repository = "https://github.com/datafusion-contrib/datafusion-orc" -authors = ["Weny ", "Jeffrey Vo "] +homepage = "https://github.com/datafusion-contrib/orc-rust" +repository = "https://github.com/datafusion-contrib/orc-rust" +authors = ["Apache ORC "] license = "Apache-2.0" description = "Implementation of Apache ORC file format using Apache Arrow in-memory format" -keywords = ["arrow", "orc", "arrow-rs", "datafusion"] +keywords = ["arrow", "orc", "arrow-rs"] include = ["src/**/*.rs", "Cargo.toml"] rust-version = "1.73"