[gimp-web-devel] Doap: adding myself to the doap file.



commit a7675eea68221655d1178980195b153a2e43edb2
Author: Jehan <jehan girinstud io>
Date:   Wed Aug 4 02:38:40 2021 +0200

    Doap: adding myself to the doap file.
    
    I had forgotten this repository, since it has been un-maintained for so
    long.
    
    Also adding <programming-language> tag because the push fails with this
    error:
    
    > remote: ERROR: gimp-web-devel.doap is not valid:
    > remote:    programming-language property is required and should be a string literal
    
    Since it seems we are mostly processing XML files with a XSLT processor,
    I set the programming language to be XML.
    
    And a <description> for the same reason.

 gimp-web-devel.doap | 9 +++++++++
 1 file changed, 9 insertions(+)
---
diff --git a/gimp-web-devel.doap b/gimp-web-devel.doap
index d3929f2..88d8653 100644
--- a/gimp-web-devel.doap
+++ b/gimp-web-devel.doap
@@ -6,9 +6,11 @@
 
   <name xml:lang="en">gimp-web-devel</name>
   <shortdesc xml:lang="en">Web site developer.gimp.org</shortdesc>
+  <description>GIMP website for developers</description>
   <homepage rdf:resource="http://developer.gimp.org"; />
   <mailing-list rdf:resource="http://gimp.org/mail_lists.html"; />
   <category rdf:resource="http://api.gnome.org/doap-extensions#infrastructure"; />
+  <programming-language>XML</programming-language>
 
   <maintainer>
     <foaf:Person>
@@ -24,4 +26,11 @@
     </foaf:Person>
   </maintainer>
 
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Jehan</foaf:name>
+      <gnome:userid>jehanp</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+
 </Project>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]