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

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


The following commit(s) were added to refs/heads/master by this push:
     new fa928afd MINOR: update homepage and repository urls (#37)
fa928afd is described below

commit fa928afd5037433e3ccdd4e52fa8cb449bd29a18
Author: Andy Grove <[email protected]>
AuthorDate: Tue May 24 09:46:57 2022 -0600

    MINOR: update homepage and repository urls (#37)
    
    * update homepage and repository urls
    
    * rename benchmark crate
---
 ballista-cli/Cargo.toml            | 4 ++--
 ballista/rust/client/Cargo.toml    | 4 ++--
 ballista/rust/core/Cargo.toml      | 4 ++--
 ballista/rust/executor/Cargo.toml  | 4 ++--
 ballista/rust/scheduler/Cargo.toml | 4 ++--
 benchmarks/Cargo.toml              | 8 ++++----
 examples/Cargo.toml                | 4 ++--
 7 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/ballista-cli/Cargo.toml b/ballista-cli/Cargo.toml
index ae098506..b75bf716 100644
--- a/ballista-cli/Cargo.toml
+++ b/ballista-cli/Cargo.toml
@@ -23,8 +23,8 @@ authors = ["Apache Arrow <[email protected]>"]
 edition = "2021"
 keywords = [ "ballista", "cli", ]
 license = "Apache-2.0"
-homepage = "https://github.com/apache/arrow-datafusion";
-repository = "https://github.com/apache/arrow-datafusion";
+homepage = "https://github.com/apache/arrow-ballista";
+repository = "https://github.com/apache/arrow-ballista";
 rust-version = "1.59"
 readme = "README.md"
 
diff --git a/ballista/rust/client/Cargo.toml b/ballista/rust/client/Cargo.toml
index 7980b432..7c7b6729 100644
--- a/ballista/rust/client/Cargo.toml
+++ b/ballista/rust/client/Cargo.toml
@@ -20,8 +20,8 @@ name = "ballista"
 description = "Ballista Distributed Compute"
 license = "Apache-2.0"
 version = "0.7.0"
-homepage = "https://github.com/apache/arrow-datafusion";
-repository = "https://github.com/apache/arrow-datafusion";
+homepage = "https://github.com/apache/arrow-ballista";
+repository = "https://github.com/apache/arrow-ballista";
 readme = "README.md"
 authors = ["Apache Arrow <[email protected]>"]
 edition = "2021"
diff --git a/ballista/rust/core/Cargo.toml b/ballista/rust/core/Cargo.toml
index 414335ec..ff42abfa 100644
--- a/ballista/rust/core/Cargo.toml
+++ b/ballista/rust/core/Cargo.toml
@@ -20,8 +20,8 @@ name = "ballista-core"
 description = "Ballista Distributed Compute"
 license = "Apache-2.0"
 version = "0.7.0"
-homepage = "https://github.com/apache/arrow-datafusion";
-repository = "https://github.com/apache/arrow-datafusion";
+homepage = "https://github.com/apache/arrow-ballista";
+repository = "https://github.com/apache/arrow-ballista";
 readme = "README.md"
 authors = ["Apache Arrow <[email protected]>"]
 edition = "2018"
diff --git a/ballista/rust/executor/Cargo.toml 
b/ballista/rust/executor/Cargo.toml
index a329a20c..7a3f91c3 100644
--- a/ballista/rust/executor/Cargo.toml
+++ b/ballista/rust/executor/Cargo.toml
@@ -20,8 +20,8 @@ name = "ballista-executor"
 description = "Ballista Distributed Compute - Executor"
 license = "Apache-2.0"
 version = "0.7.0"
-homepage = "https://github.com/apache/arrow-datafusion";
-repository = "https://github.com/apache/arrow-datafusion";
+homepage = "https://github.com/apache/arrow-ballista";
+repository = "https://github.com/apache/arrow-ballista";
 readme = "README.md"
 authors = ["Apache Arrow <[email protected]>"]
 edition = "2018"
diff --git a/ballista/rust/scheduler/Cargo.toml 
b/ballista/rust/scheduler/Cargo.toml
index 699d4cd1..e4570360 100644
--- a/ballista/rust/scheduler/Cargo.toml
+++ b/ballista/rust/scheduler/Cargo.toml
@@ -20,8 +20,8 @@ name = "ballista-scheduler"
 description = "Ballista Distributed Compute - Scheduler"
 license = "Apache-2.0"
 version = "0.7.0"
-homepage = "https://github.com/apache/arrow-datafusion";
-repository = "https://github.com/apache/arrow-datafusion";
+homepage = "https://github.com/apache/arrow-ballista";
+repository = "https://github.com/apache/arrow-ballista";
 readme = "README.md"
 authors = ["Apache Arrow <[email protected]>"]
 edition = "2018"
diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml
index 15dfe43b..287ed0dd 100644
--- a/benchmarks/Cargo.toml
+++ b/benchmarks/Cargo.toml
@@ -16,13 +16,13 @@
 # under the License.
 
 [package]
-name = "arrow-benchmarks"
-description = "Apache Arrow Benchmarks"
+name = "ballista-benchmarks"
+description = "Ballista Benchmarks"
 version = "5.0.0"
 edition = "2021"
 authors = ["Apache Arrow <[email protected]>"]
-homepage = "https://github.com/apache/arrow-datafusion";
-repository = "https://github.com/apache/arrow-datafusion";
+homepage = "https://github.com/apache/arrow-ballista";
+repository = "https://github.com/apache/arrow-ballista";
 license = "Apache-2.0"
 publish = false
 rust-version = "1.59"
diff --git a/examples/Cargo.toml b/examples/Cargo.toml
index a54cf41d..6f634aed 100644
--- a/examples/Cargo.toml
+++ b/examples/Cargo.toml
@@ -19,8 +19,8 @@
 name = "ballista-examples"
 description = "Ballista usage examples"
 version = "0.6.0"
-homepage = "https://github.com/apache/arrow-datafusion";
-repository = "https://github.com/apache/arrow-datafusion";
+homepage = "https://github.com/apache/arrow-ballista";
+repository = "https://github.com/apache/arrow-ballista";
 authors = ["Apache Arrow <[email protected]>"]
 license = "Apache-2.0"
 keywords = [ "arrow", "distributed", "query", "sql" ]

Reply via email to