[gnome-autoar/wip/oholy/readme: 2/2] doap: Fix category and add some missing elements
- From: Ondrej Holy <oholy src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-autoar/wip/oholy/readme: 2/2] doap: Fix category and add some missing elements
- Date: Thu, 25 Mar 2021 07:28:18 +0000 (UTC)
commit c27cd64bd78eb1eed0ea40100929924c64b04e36
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 5428b28..cb2b5b6 100644
--- a/gnome-autoar.doap
+++ b/gnome-autoar.doap
@@ -8,7 +8,9 @@
<shortdesc xml:lang="en">Archive handling library for GNOME</shortdesc>
<description>gnome-autoar is a GLib based library that provides archive handling functionality for GNOME
applications. It provides APIs to create and extract archives and also simple GTK widgets.</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]