[gspell] doap: small update/simplification



commit cd76632d673bc81fca2c484204644cf78d936f6b
Author: Sébastien Wilmet <swilmet informatique-libre be>
Date:   Tue Aug 2 16:00:00 2022 +0200

    doap: small update/simplification
    
    gspell is not part of GNOME Core, but it's a core dependency.
    In case of doubt, it's better to remove the <category>, and I don't
    think it's super important after the switch from cgit to GitLab (in cgit
    the git repos were grouped into different categories).
    
    And, the less the better. Less things to keep up-to-date afterwards.
    
    Space out a bit the XML elements, for an easier reading.

 gspell.doap | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gspell.doap b/gspell.doap
index 15e46e4..6280a5b 100644
--- a/gspell.doap
+++ b/gspell.doap
@@ -4,7 +4,8 @@
          xmlns:foaf="http://xmlns.com/foaf/0.1/";
          xmlns:gnome="http://api.gnome.org/doap-extensions#";
          xmlns="http://usefulinc.com/ns/doap#";>
-  <name xml:lang="en">gspell</name>
+
+  <name>gspell</name>
   <shortdesc xml:lang="en">Spell-checking library for GTK applications</shortdesc>
   <description xml:lang="en">
 gspell provides a flexible API to add spell-checking to a GTK application.
@@ -13,7 +14,6 @@ gspell provides a flexible API to add spell-checking to a GTK application.
   <homepage rdf:resource="https://gitlab.gnome.org/GNOME/gspell"; />
   <download-page rdf:resource="https://download.gnome.org/sources/gspell/"; />
   <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/gspell/issues"; />
-  <category rdf:resource="http://api.gnome.org/doap-extensions#core"; />
 
   <programming-language>C</programming-language>
 


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