From 7a87be5913af9ac8b82552a6835fc07163dc520b Mon Sep 17 00:00:00 2001 From: Matt Selsky Date: Wed, 18 Apr 2012 14:37:58 +0200 Subject: Bug 704999: Add support for GitHub for the 'See Also' field r=timello a=LpSolit --- Bugzilla/BugUrl.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Bugzilla/BugUrl.pm') diff --git a/Bugzilla/BugUrl.pm b/Bugzilla/BugUrl.pm index 888b11398..c48a33378 100644 --- a/Bugzilla/BugUrl.pm +++ b/Bugzilla/BugUrl.pm @@ -57,6 +57,7 @@ use constant SUB_CLASSES => qw( Bugzilla::BugUrl::Trac Bugzilla::BugUrl::MantisBT Bugzilla::BugUrl::SourceForge + Bugzilla::BugUrl::GitHub ); ############################### -- cgit v1.2.3-24-g4f1b