[gnome-autoar/wip/oholy/readme: 2/2] doap: Fix category and add some missing elements




commit 7e02ac393e1546fdf2c41cd749c08d43724e8697
Author: Ondrej Holy <oholy redhat com>
Date:   Wed Mar 24 14:57:33 2021 +0100

    doap: Fix category and add some missing elements
    
    The .doap file currently states that gnome-autoar belongs to "apps" category.
    However, gnome-autoar is a library, so "core" makes more sense here. Also
    download-page and bug-database elements are missing. Let's fix the mentioned
    issues.

 gnome-autoar.doap | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/gnome-autoar.doap b/gnome-autoar.doap
index 612c78b..19bbe6f 100644
--- a/gnome-autoar.doap
+++ b/gnome-autoar.doap
@@ -8,7 +8,9 @@
   <shortdesc xml:lang="en">Automatic archives creating and extracting library</shortdesc>
   <description>gnome-autoar provides functions and widgets for GNOME applications which want to use archives 
as a method to transfer directories over the Internet.</description>
 
-  <category rdf:resource="http://api.gnome.org/doap-extensions#apps"; />
+  <download-page rdf:resource="http://download.gnome.org/sources/gnome-autoar/"; />
+  <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/gnome-autoar/issues/"; />
+  <category rdf:resource="http://api.gnome.org/doap-extensions#core"; />
   <programming-language>C</programming-language>
 
   <maintainer>


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