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

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 1821be33 WHIMSY-400 - fix DOAP syntax
1821be33 is described below

commit 1821be3399f7c1923791949e71827226b53e8794
Author: Sebb <[email protected]>
AuthorDate: Thu Apr 20 11:46:16 2023 +0100

    WHIMSY-400 - fix DOAP syntax
---
 doap_Whimsy.rdf | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/doap_Whimsy.rdf b/doap_Whimsy.rdf
index 337dc831..48612838 100644
--- a/doap_Whimsy.rdf
+++ b/doap_Whimsy.rdf
@@ -35,15 +35,20 @@
     <category rdf:resource="http://projects.apache.org/category/content"; />
     <bug-database rdf:resource="https://issues.apache.org/jira/browse/WHIMSY"; 
/>
     <mailing-list 
rdf:resource="https://lists.apache.org/[email protected]"; />
+
     <repository>
       <GitRepository>
         <location rdf:resource="https://github.com/apache/whimsy.git"/>
         <browse rdf:resource="https://github.com/apache/whimsy.git"/>
       </GitRepository>
+    </repository>
+
+    <repository>
       <GitRepository>
         <location 
rdf:resource="https://gitbox.apache.org/repos/asf/whimsy.git"/>
         <browse   
rdf:resource="https://gitbox.apache.org/repos/asf/whimsy.git"/>
       </GitRepository>
     </repository>
+
   </Project>
 </rdf:RDF>

Reply via email to