1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-27 04:55:04 +03:00
libxml2/libxml2.doap
Nick Wellnhofer 343bf0d39b Add myself to maintainers
Fixes #319.
2022-01-16 13:52:21 +01:00

26 lines
920 B
Plaintext

<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">libxml2</name>
<shortdesc xml:lang="en">XML parser and markup toolkit</shortdesc>
<homepage rdf:resource="http://xmlsoft.org/" />
<mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/xml" />
<category rdf:resource="http://api.gnome.org/doap-extensions#platform" />
<maintainer>
<foaf:Person>
<foaf:name>Daniel Veillard</foaf:name>
<gnome:userid>veillard</gnome:userid>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Nick Wellnhofer</foaf:name>
<gnome:userid>nwellnhof</gnome:userid>
</foaf:Person>
</maintainer>
</Project>