This is an automated email from the ASF dual-hosted git repository.
zeroshade pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-go.git
The following commit(s) were added to refs/heads/main by this push:
new b51abff chore: Update the project URL in apache/arrow-go (#239)
b51abff is described below
commit b51abff62ec37592aa73ed6e2b2959376991d2d4
Author: Sutou Kouhei <[email protected]>
AuthorDate: Wed Jan 8 10:29:59 2025 +0900
chore: Update the project URL in apache/arrow-go (#239)
### Rationale for this change
https://arrow.apache.org/go/ is available now. So let's use it instead
of https://arrow.apache.org/ .
Closes #233.
### What changes are included in this PR?
Changes the URL in `.asf.yml`.
### Are these changes tested?
No.
### Are there any user-facing changes?
No.
---
.asf.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.asf.yaml b/.asf.yaml
index 26653b0..2820e1d 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -19,7 +19,7 @@
github:
description: "Official Go implementation of Apache Arrow"
- homepage: https://arrow.apache.org/
+ homepage: https://arrow.apache.org/go/
labels:
- apache-arrow
- go