Skip to content

Commit e5dd577

Browse files
authored
Update mailing list information in DOAP (apache#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.
1 parent 7731255 commit e5dd577

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doap_airflow.rdf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ related to workflow automation and scheduling that can be used to author and
3333
manage data pipelines.
3434
</description>
3535
<bug-database rdf:resource="https://github.com/apache/airflow/issues" />
36-
<mailing-list rdf:resource="https://lists.apache.org/list.html?dev@airflow.apache.org" />
36+
<mailing-list rdf:resource="dev@airflow.apache.org" />
3737
<download-page rdf:resource="https://airflow.apache.org/docs/apache-airflow/stable/installation/index.html" />
3838
<programming-language>Python</programming-language>
3939
<programming-language>JavaScript</programming-language>

0 commit comments

Comments
 (0)