diff options
| author | Emmanuele Bassi <ebassi@linux.intel.com> | 2011-04-12 08:53:26 +0100 |
|---|---|---|
| committer | Emmanuele Bassi <ebassi@linux.intel.com> | 2011-04-12 08:54:38 +0100 |
| commit | 61da54311018f7afedb5d1e8cbd88ae7a284714f (patch) | |
| tree | 9dceb41f63d66e145fa292a8f9454de6e3607f6a | |
| parent | 0ff8f784848ad34c37bd60ad92791c6f76944803 (diff) | |
| download | json-glib-61da54311018f7afedb5d1e8cbd88ae7a284714f.tar.gz | |
doap: Fix the URI for Bugzilla
JSON-GLib uses the GNOME Bugzilla instance.
| -rw-r--r-- | json-glib.doap | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/json-glib.doap b/json-glib.doap index ce98c58..aa47a58 100644 --- a/json-glib.doap +++ b/json-glib.doap @@ -11,7 +11,7 @@ <homepage rdf:resource="http://live.gnome.org/JsonGlib"/> <license rdf:resource="http://usefulinc.com/doap/licenses/lgpl"/> - <bug-database rdf:resource="http://bugzilla.o-hand.com/enter_bug.cgi?product=json-glib"/> + <bug-database rdf:resource="http://bugzilla.gnome.org/enter_bug.cgi?product=json-glib"/> <category rdf:resource="http://api.gnome.org/doap-extensions#development"/> <programming-language>C</programming-language> @@ -32,21 +32,4 @@ </foaf:Person> </author> - <release> - <Version> - <created>2008-06-13</created> - <branch>json-glib-0.6.2</branch> - <revision>0.6.2</revision> - <file-release rdf:resource="http://folks.o-hand.com/~ebassi/sources/json-glib-0.6.2.tar.gz" /> - </Version> - </release> - - <release> - <Version> - <created>2008-05-12</created> - <branch>json-glib-0.6.0</branch> - <revision>0.6.0</revision> - <file-release rdf:resource="http://folks.o-hand.com/~ebassi/sources/json-glib-0.6.0.tar.gz" /> - </Version> - </release> </Project> |
