diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-05-28 17:28:02 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-05-28 17:28:02 +0200 |
commit | d8cf2a531e1063e71bcb244e74af5c0fdd7c7a78 (patch) | |
tree | cccf0120ca20521888e93bc9dd1580673b51df6b /data/XMLRPCdata.json | |
parent | a2a4b6ce0207bdb08f30b7d3182b4a074d50e600 (diff) | |
download | bugzilla-triage-d8cf2a531e1063e71bcb244e74af5c0fdd7c7a78.tar.gz |
Make bugs.freedesktop.org supported as well.
Fixes #101
Diffstat (limited to 'data/XMLRPCdata.json')
-rw-r--r-- | data/XMLRPCdata.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/XMLRPCdata.json b/data/XMLRPCdata.json index e378f22..085f699 100644 --- a/data/XMLRPCdata.json +++ b/data/XMLRPCdata.json @@ -5,6 +5,9 @@ "bugzilla.mozilla.org": { "url": "https://bugzilla.mozilla.org/xmlrpc.cgi" }, + "bugs.freedesktop.org": { + "url": "https://bugs.freedesktop.org/xmlrpc.cgi" + }, "bz-web2-test.devel.redhat.com": { "url": "https://bz-web2-test.devel.redhat.com/xmlrpc.cgi" } |