diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 15:18:46 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 15:18:46 +0000 |
commit | 56294d30a82ec2da6f9ce399740c1ef65a9ddef4 (patch) | |
tree | bbe3823e41495d026ba8edc6eeaef166edb7e2a2 /gnome-software.doap | |
parent | Initial commit. (diff) | |
download | gnome-software-56294d30a82ec2da6f9ce399740c1ef65a9ddef4.tar.xz gnome-software-56294d30a82ec2da6f9ce399740c1ef65a9ddef4.zip |
Adding upstream version 3.38.1.upstream/3.38.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | gnome-software.doap | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/gnome-software.doap b/gnome-software.doap new file mode 100644 index 0000000..92b4084 --- /dev/null +++ b/gnome-software.doap @@ -0,0 +1,38 @@ +<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" + 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">gnome-software</name> + <shortdesc xml:lang="en">GNOME Software Tools</shortdesc> + <category rdf:resource="http://api.gnome.org/doap-extensions#apps" /> + <programming-language>C</programming-language> + <description xml:lang="en"> + GNOME Software is for installing, removing and updating software. + </description> + + <homepage rdf:resource="https://wiki.gnome.org/Apps/Software" /> + <download-page rdf:resource="https://download.gnome.org/sources/gnome-software/" /> + <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/gnome-software/issues" /> + + <maintainer> + <foaf:Person> + <foaf:name>Richard Hughes</foaf:name> + <foaf:mbox rdf:resource="mailto:richard@hughsie.com" /> + <foaf:homepage rdf:resource="http://www.hughsie.com/" /> + <gnome:userid>rhughes</gnome:userid> + </foaf:Person> + </maintainer> + + <maintainer> + <foaf:Person> + <foaf:name>Kalev Lember</foaf:name> + <foaf:mbox rdf:resource="mailto:kalevlember@gmail.com" /> + <gnome:userid>klember</gnome:userid> + </foaf:Person> + </maintainer> + + <license rdf:resource="http://www.gnu.org/licenses/gpl-2.0.txt" /> + +</Project> |