diff options
Diffstat (limited to 'data/newUpstreamBug.json')
-rw-r--r-- | data/newUpstreamBug.json | 24 |
1 files changed, 18 insertions, 6 deletions
diff --git a/data/newUpstreamBug.json b/data/newUpstreamBug.json index c4ace83..f3aba73 100644 --- a/data/newUpstreamBug.json +++ b/data/newUpstreamBug.json @@ -1,18 +1,30 @@ [ { "regexp": "thunderbird", - "addr": "https://bugzilla.mozilla.org/enter_bug.cgi?product=Thunderbird" + "addr": "https://bugzilla.mozilla.org/enter_bug.cgi?product=Thunderbird" }, { "regexp": "firefox", - "addr": "https://bugzilla.mozilla.org/enter_bug.cgi?product=Firefox" + "addr": "https://bugzilla.mozilla.org/enter_bug.cgi?product=Firefox" }, { "regexp": "xulrunner", - "addr": "https://bugzilla.mozilla.org/enter_bug.cgi?product=Core" + "addr": "https://bugzilla.mozilla.org/enter_bug.cgi?product=Core" }, { "regexp": "xorg-x11.*", - "addr": "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg" - } -]
\ No newline at end of file + "addr": "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg" + }, + { + "regexp": "telepathy.*", + "addr": "https://bugs.freedesktop.org/enter_bug.cgi?product=Telepathy" + }, + { + "regexp": "rhythmbox.*", + "addr": "https://bugzilla.gnome.org/enter_bug.cgi?product=rhythmbox" + }, + { + "regexp": "empathy.*", + "addr": "https://bugzilla.gnome.org/enter_bug.cgi?product=empathy" + } +] |