This is an automated email from the ASF dual-hosted git repository.
akm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/mahout.git
The following commit(s) were added to refs/heads/main by this push:
new a7405267c Updating DOAP
a7405267c is described below
commit a7405267c1754c59a4b8c1dd3f0472d0b582f493
Author: Andrew Musselman <[email protected]>
AuthorDate: Fri Jan 2 15:45:09 2026 -0800
Updating DOAP
---
doap_Mahout.rdf | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/doap_Mahout.rdf b/doap_Mahout.rdf
index bdd72fa6e..0e7585754 100644
--- a/doap_Mahout.rdf
+++ b/doap_Mahout.rdf
@@ -28,11 +28,11 @@
<homepage rdf:resource="http://mahout.apache.org" />
<asfext:pmc rdf:resource="http://mahout.apache.org" />
<shortdesc>Scalable machine learning library</shortdesc>
- <bug-database rdf:resource="https://issues.apache.org/jira/browse/MAHOUT"
/>
+ <bug-database rdf:resource="https://github.com/apache/mahout/issues" />
<mailing-list
rdf:resource="https://mahout.apache.org/community/mailing-lists.html" />
<download-page
rdf:resource="http://mahout.apache.org/download/downloads.html" />
- <programming-language>Java</programming-language>
- <programming-language>Scala</programming-language>
+ <programming-language>Python</programming-language>
+ <programming-language>Rust</programming-language>
<category rdf:resource="http://projects.apache.org/category/library" />
<release>
<Version>
@@ -42,10 +42,10 @@
</Version>
</release>
<repository>
- <SVNRepository>
+ <GitRepository>
<location rdf:resource="https://github.com/apache/mahout"/>
<browse rdf:resource="https://github.com/apache/mahout"/>
- </SVNRepository>
+ </GitRepository>
</repository>
</Project>
</rdf:RDF>