From 13d34a5cad6a92e2ab51f03fefb0daeae2ec4a11 Mon Sep 17 00:00:00 2001 From: Andy Grove Date: Tue, 23 Apr 2024 09:46:31 -0600 Subject: [PATCH] update domain names and paths in asf yaml (#643) --- .asf.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index de776871c..e96b43cf0 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -16,13 +16,13 @@ # under the License. notifications: - commits: commits@arrow.apache.org - issues: github@arrow.apache.org - pullrequests: github@arrow.apache.org + commits: commits@datafusion.apache.org + issues: github@datafusion.apache.org + pullrequests: github@datafusion.apache.org jira_options: link label worklog github: - description: "Apache Arrow DataFusion Python Bindings" - homepage: https://arrow.apache.org/datafusion-python + description: "Apache DataFusion Python Bindings" + homepage: https://datafusion.apache.org/python enabled_merge_buttons: squash: true merge: false @@ -32,8 +32,8 @@ github: staging: whoami: asf-staging - subdir: datafusion-python + subdir: python publish: whoami: asf-site - subdir: datafusion-python + subdir: python