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

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new e5dd577a03 Update mailing list information in DOAP (#34131)
e5dd577a03 is described below

commit e5dd577a03405f0b84dda821030800ecd7852a02
Author: Jarek Potiuk <[email protected]>
AuthorDate: Wed Sep 6 10:02:51 2023 +0200

    Update mailing list information in DOAP (#34131)
    
    The mailing list link in DOAP is rendered as "mailto:"; link at
    the https://projects.apache.org/project.html?airflow page so
    we should change it to regular email address.
---
 doap_airflow.rdf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doap_airflow.rdf b/doap_airflow.rdf
index 5e7c4984af..872e7d7196 100644
--- a/doap_airflow.rdf
+++ b/doap_airflow.rdf
@@ -33,7 +33,7 @@ related to workflow automation and scheduling that can be 
used to author and
 manage data pipelines.
 </description>
     <bug-database rdf:resource="https://github.com/apache/airflow/issues"; />
-    <mailing-list 
rdf:resource="https://lists.apache.org/[email protected]"; />
+    <mailing-list rdf:resource="[email protected]" />
     <download-page 
rdf:resource="https://airflow.apache.org/docs/apache-airflow/stable/installation/index.html";
 />
     <programming-language>Python</programming-language>
     <programming-language>JavaScript</programming-language>

Reply via email to