From 016089a67e3aa78c9ab3e8d25848cf5369316b5f Mon Sep 17 00:00:00 2001 From: Ruihang Xia Date: Mon, 28 Oct 2024 14:20:11 +0800 Subject: [PATCH] chore: update manifest to reflect project donation Signed-off-by: Ruihang Xia --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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"