From 007dd8e60db255408d895e4cca2d7e4d774eb2c3 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Sat, 28 May 2011 17:28:02 +0200 Subject: Make bugs.freedesktop.org supported as well. Fixes #101 --- data/XMLRPCdata.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'data') 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" } -- cgit