You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by jo...@apache.org on 2021/04/21 18:20:03 UTC

[arrow-rs] branch master updated: Update URLs (#14)

This is an automated email from the ASF dual-hosted git repository.

jorgecarleitao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/master by this push:
     new 8c1063c  Update URLs (#14)
8c1063c is described below

commit 8c1063c7b5e0c308ff5bcc4ba0283a2f0d67eeec
Author: Daniƫl Heres <da...@gmail.com>
AuthorDate: Wed Apr 21 20:19:58 2021 +0200

    Update URLs (#14)
---
 arrow-flight/Cargo.toml                      | 4 ++--
 arrow-pyarrow-integration-testing/Cargo.toml | 4 ++--
 arrow/Cargo.toml                             | 4 ++--
 integration-testing/Cargo.toml               | 4 ++--
 parquet/Cargo.toml                           | 4 ++--
 parquet_derive/Cargo.toml                    | 4 ++--
 parquet_derive_test/Cargo.toml               | 4 ++--
 7 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/arrow-flight/Cargo.toml b/arrow-flight/Cargo.toml
index c607b56..ba92f4f 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 <de...@arrow.apache.org>"]
-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 ef356b0..d9ccc58 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 <de...@arrow.apache.org>"]
 license = "Apache-2.0"
 keywords = [ "arrow" ]
diff --git a/arrow/Cargo.toml b/arrow/Cargo.toml
index 5ab1f8c..2346ced 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 <de...@arrow.apache.org>"]
 license = "Apache-2.0"
 keywords = [ "arrow" ]
diff --git a/integration-testing/Cargo.toml b/integration-testing/Cargo.toml
index 12564c7..7580a8c 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 <de...@arrow.apache.org>"]
 license = "Apache-2.0"
 edition = "2018"
diff --git a/parquet/Cargo.toml b/parquet/Cargo.toml
index e171196..bda23ef 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 <de...@arrow.apache.org>"]
 keywords = [ "arrow", "parquet", "hadoop" ]
 readme = "README.md"
diff --git a/parquet_derive/Cargo.toml b/parquet_derive/Cargo.toml
index 6bed07d..732957d 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 <de...@arrow.apache.org>"]
 keywords = [ "parquet" ]
 readme = "README.md"
diff --git a/parquet_derive_test/Cargo.toml b/parquet_derive_test/Cargo.toml
index 5914d7e..0a4c2de 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 <de...@arrow.apache.org>"]
 keywords = [ "parquet" ]
 edition = "2018"