diff options
author | Rob Bradford <rob@linux.intel.com> | 2010-10-22 11:24:41 +0100 |
---|---|---|
committer | Rob Bradford <rob@linux.intel.com> | 2010-10-22 11:24:41 +0100 |
commit | 0fbcd6f048d3829b2579204dd26cbbd36ec43180 (patch) | |
tree | 1cbb2b6d4f16646e2f2f480b6d9e57d69ea3fb65 | |
parent | 8dfc53b3671c78fcb05d7c0a276b60e15e4d99be (diff) |
build: Update DOAP file
-rw-r--r-- | librest.doap | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/librest.doap b/librest.doap index 4684db3..03e6c2a 100644 --- a/librest.doap +++ b/librest.doap @@ -8,15 +8,19 @@ <shortdesc xml:lang="en">Helper library for RESTful services</shortdesc> <description>librest is a helper library for RESTful services. It uses libsoup to provide HTTP communication.</description> - <homepage rdf:resource="http://live.gnome.org/LibRest" /> - <download-page rdf:resource="ftp://ftp.gnome.org/pub/GNOME/sources/librest/"/> - <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=librest"/> - <maintainer> <foaf:Person> - <foaf:name>Ross Burton</foaf:name> - <foaf:mbox rdf:resource="mailto:ross@burtonini.com" /> - <gnome:userid>rburton</gnome:userid> + <foaf:name>Rob Bradford</foaf:name> + <foaf:mbox rdf:resource="mailto:rob@linux.intel.com" /> + <gnome:userid>rbradford</gnome:userid> </foaf:Person> </maintainer> + + <maintainer> + <foaf:Person> + <foaf:name>Ross Burton</foaf:name> + <foaf:mbox rdf:resource="mailto:ross@linux.intel.com"/> + <gnome:userid>rburton</gnome:userid> + </foaf:Person> + </maintainer> </Project> |