This is an automated email from the ASF dual-hosted git repository.
eya pushed a commit to branch new-web
in repository https://gitbox.apache.org/repos/asf/age-website.git
The following commit(s) were added to refs/heads/new-web by this push:
new adfe3a8c Update age-doap.rdf
adfe3a8c is described below
commit adfe3a8c157cdd513c90f38c22a7923d81229e5f
Author: Eya Badal <[email protected]>
AuthorDate: Thu Jul 20 11:34:54 2023 -0700
Update age-doap.rdf
Added bug-database and repository
---
static/rdf/age-doap.rdf | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/static/rdf/age-doap.rdf b/static/rdf/age-doap.rdf
index 130d0bef..cfba7567 100644
--- a/static/rdf/age-doap.rdf
+++ b/static/rdf/age-doap.rdf
@@ -26,17 +26,24 @@
<license rdf:resource="https://spdx.org/licenses/Apache-2.0" />
<name>Apache AGE</name>
<homepage rdf:resource="https://age.apache.org/" />
- <asfext:pmc rdf:resource="https://age.apache.org" />
+ <asfext:pmc rdf:resource="https://comdev.apache.org" />
<shortdesc>Apache AGEĀ® is a PostgreSQL extension that provides graph
database functionality.
</shortdesc>
<description>The goal of Apache AGEĀ® is to provide graph data processing
and analytics capability to all relational databases.
Through Apache AGE, PostgreSQL users will gain access to graph query modeling
within the existing relational database.
</description>
+ <bug-database rdf:resource="https://github.com/apache/age/labels/Bug" />
<mailing-list
rdf:resource="https://lists.apache.org/[email protected]" />
<download-page rdf:resource="https://age.apache.org/download" />
<programming-language>C</programming-language>
<category rdf:resource="https://projects.apache.org/category/database" />
+ <repository>
+ <GitRepository>
+ <location rdf:resource="https://github.com/apache/age"/>
+ <browse rdf:resource="https://github.com/apache/age"/>
+ </GitRepository>
+ </repository>
<maintainer>
<foaf:Person>
<foaf:name>Eya Badal </foaf:name>