This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-dotnet.git
The following commit(s) were added to refs/heads/main by this push:
new 0cec8a0 chore: Use https://arrow.apache.org/dotnet/ for GitHub
homepage (#52)
0cec8a0 is described below
commit 0cec8a049e65af2b34270f0075f6aa620f3ad81b
Author: Sutou Kouhei <[email protected]>
AuthorDate: Sat Sep 13 09:40:15 2025 +0900
chore: Use https://arrow.apache.org/dotnet/ for GitHub homepage (#52)
## What's Changed
https://arrow.apache.org/dotnet/ is available because we released a new
version from this repository.
Closes #39.
---
.asf.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.asf.yaml b/.asf.yaml
index 5036b98..72cb950 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -19,7 +19,7 @@
github:
description: "Official .NET implementation of Apache Arrow"
- homepage: https://github.com/apache/arrow-dotnet
+ homepage: https://arrow.apache.org/dotnet/
labels:
- apache-arrow
- csharp