diff options
Diffstat (limited to 'osurl')
-rwxr-xr-x | osurl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ local patterns = { ["bko#%NUM"] = "http://bugzilla.kernel.org/show_bug.cgi?id=%1", ["bmo#%NUM"] = "http://bugzilla.mozilla.org/show_bug.cgi?id=%1", ["boo#%NUM"] = "http://bugzilla.opensuse.org/show_bug.cgi?id=%1", + ["bnc#%NUM"] = "http://bugzilla.novell.com/show_bug.cgi?id=%1", ["bsc#%NUM"] = "http://bugzilla.suse.com/show_bug.cgi?id=%1", ["gh#%NONHASH#%WORD"] = "https://github.com/%1/issues/%2", ["lp#%NUM"] = "https://launchpad.net/bugs/%1", |