diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-05-24 01:59:45 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-02-25 05:25:34 +0900 |
commit | 711d93ef417796e29586dee53135a049f79f84a1 (patch) | |
tree | c2860460f32875ddb7db74aa7e2e2bc6a87decad /Bugzilla/BugUrl.pm | |
parent | enable MoreBugUrl extension (diff) | |
download | bugzilla-711d93ef417796e29586dee53135a049f79f84a1.tar.gz bugzilla-711d93ef417796e29586dee53135a049f79f84a1.tar.bz2 bugzilla-711d93ef417796e29586dee53135a049f79f84a1.zip |
BugUrl: add Flyspray support
Arch Linux uses this tracker.
X-Gentoo-Bug: 549392
X-Gentoo-Bug-URL: https://bugs.gentoo.org/549392
Diffstat (limited to 'Bugzilla/BugUrl.pm')
-rw-r--r-- | Bugzilla/BugUrl.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/BugUrl.pm b/Bugzilla/BugUrl.pm index 1e836ca1e..285441807 100644 --- a/Bugzilla/BugUrl.pm +++ b/Bugzilla/BugUrl.pm @@ -56,6 +56,7 @@ use constant SUB_CLASSES => qw( Bugzilla::BugUrl::Bugzilla::Local Bugzilla::BugUrl::Bugzilla Bugzilla::BugUrl::Launchpad + Bugzilla::BugUrl::Flyspray Bugzilla::BugUrl::Google Bugzilla::BugUrl::Debian Bugzilla::BugUrl::JIRA |