diff --git a/arrow-flight/Cargo.toml b/arrow-flight/Cargo.toml index c607b562cecc..ba92f4ff17c8 100644 --- a/arrow-flight/Cargo.toml +++ b/arrow-flight/Cargo.toml @@ -21,8 +21,8 @@ description = "Apache Arrow Flight" version = "4.0.0-SNAPSHOT" edition = "2018" authors = ["Apache Arrow "] -homepage = "https://github.com/apache/arrow" -repository = "https://github.com/apache/arrow" +homepage = "https://github.com/apache/arrow-rs" +repository = "https://github.com/apache/arrow-rs" license = "Apache-2.0" [dependencies] diff --git a/arrow-pyarrow-integration-testing/Cargo.toml b/arrow-pyarrow-integration-testing/Cargo.toml index ef356b0902e5..d9ccc58793d7 100644 --- a/arrow-pyarrow-integration-testing/Cargo.toml +++ b/arrow-pyarrow-integration-testing/Cargo.toml @@ -19,8 +19,8 @@ name = "arrow-pyarrow-integration-testing" description = "" version = "4.0.0-SNAPSHOT" -homepage = "https://github.com/apache/arrow" -repository = "https://github.com/apache/arrow" +homepage = "https://github.com/apache/arrow-rs" +repository = "https://github.com/apache/arrow-rs" authors = ["Apache Arrow "] license = "Apache-2.0" keywords = [ "arrow" ] diff --git a/arrow/Cargo.toml b/arrow/Cargo.toml index 5ab1f8cc02b3..2346ced787b2 100644 --- a/arrow/Cargo.toml +++ b/arrow/Cargo.toml @@ -19,8 +19,8 @@ name = "arrow" version = "4.0.0-SNAPSHOT" description = "Rust implementation of Apache Arrow" -homepage = "https://github.com/apache/arrow" -repository = "https://github.com/apache/arrow" +homepage = "https://github.com/apache/arrow-rs" +repository = "https://github.com/apache/arrow-rs" authors = ["Apache Arrow "] license = "Apache-2.0" keywords = [ "arrow" ] diff --git a/integration-testing/Cargo.toml b/integration-testing/Cargo.toml index 12564c74f14a..7580a8cc4f40 100644 --- a/integration-testing/Cargo.toml +++ b/integration-testing/Cargo.toml @@ -19,8 +19,8 @@ name = "arrow-integration-testing" description = "Binaries used in the Arrow integration tests" version = "4.0.0-SNAPSHOT" -homepage = "https://github.com/apache/arrow" -repository = "https://github.com/apache/arrow" +homepage = "https://github.com/apache/arrow-rs" +repository = "https://github.com/apache/arrow-rs" authors = ["Apache Arrow "] license = "Apache-2.0" edition = "2018" diff --git a/parquet/Cargo.toml b/parquet/Cargo.toml index e171196fbc80..bda23ef19baa 100644 --- a/parquet/Cargo.toml +++ b/parquet/Cargo.toml @@ -20,8 +20,8 @@ name = "parquet" version = "4.0.0-SNAPSHOT" license = "Apache-2.0" description = "Apache Parquet implementation in Rust" -homepage = "https://github.com/apache/arrow" -repository = "https://github.com/apache/arrow" +homepage = "https://github.com/apache/arrow-rs" +repository = "https://github.com/apache/arrow-rs" authors = ["Apache Arrow "] keywords = [ "arrow", "parquet", "hadoop" ] readme = "README.md" diff --git a/parquet_derive/Cargo.toml b/parquet_derive/Cargo.toml index 6bed07d7a6b6..732957db20b0 100644 --- a/parquet_derive/Cargo.toml +++ b/parquet_derive/Cargo.toml @@ -20,8 +20,8 @@ name = "parquet_derive" version = "4.0.0-SNAPSHOT" license = "Apache-2.0" description = "Derive macros for the Rust implementation of Apache Parquet" -homepage = "https://github.com/apache/arrow" -repository = "https://github.com/apache/arrow" +homepage = "https://github.com/apache/arrow-rs" +repository = "https://github.com/apache/arrow-rs" authors = ["Apache Arrow "] keywords = [ "parquet" ] readme = "README.md" diff --git a/parquet_derive_test/Cargo.toml b/parquet_derive_test/Cargo.toml index 5914d7ef8285..0a4c2de173a7 100644 --- a/parquet_derive_test/Cargo.toml +++ b/parquet_derive_test/Cargo.toml @@ -20,8 +20,8 @@ name = "parquet_derive_test" version = "4.0.0-SNAPSHOT" license = "Apache-2.0" description = "Integration test package for parquet-derive" -homepage = "https://github.com/apache/arrow" -repository = "https://github.com/apache/arrow" +homepage = "https://github.com/apache/arrow-rs" +repository = "https://github.com/apache/arrow-rs" authors = ["Apache Arrow "] keywords = [ "parquet" ] edition = "2018"