[hitori] doap: add <programming-language>



commit f06848b51d5e4e6d8d3bfb79e51e62cf11e0da3c
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Thu Jul 31 19:33:04 2014 +0200

    doap: add <programming-language>

 hitori.doap |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/hitori.doap b/hitori.doap
index 7ba0995..3c53c70 100644
--- a/hitori.doap
+++ b/hitori.doap
@@ -5,7 +5,6 @@
          xmlns="http://usefulinc.com/ns/doap#";>
        <name xml:lang="en">hitori</name>
        <shortdesc xml:lang="en">GTK+ application to generate and let you play games of Hitori</shortdesc>
-       <category rdf:resource="http://api.gnome.org/doap-extensions#apps"; />
        <description xml:lang="en">
                Hitori is a small logic puzzle in a similar vein to the more
                popular Sudoku. In the game, the player starts with a square
@@ -24,6 +23,8 @@
        <homepage rdf:resource="https://wiki.gnome.org/Apps/Hitori"; />
        <download-page rdf:resource="http://download.gnome.org/sources/hitori/"; />
        <bug-database rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=hitori"; />
+       <category rdf:resource="http://api.gnome.org/doap-extensions#apps"; />
+       <programming-language>C</programming-language>
        <maintainer>
                <foaf:Person>
                        <foaf:name>Michael Catanzaro</foaf:name>


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