diff options
Diffstat (limited to 'osurl')
-rwxr-xr-x | osurl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ local patterns = { ["sh%SEP%NUM"] = "http://sourceforge.net/support/tracker.php?aid=%1", ["shb%SEP%NONHASH%SEP%NUM"] = "https://sourceforge.net/p/%1/bugs/%2/", ["shp%SEP%NONHASH%SEP%NUM"] = "https://sourceforge.net/p/%1/patches/%2/", + ["sht%SEP%NONHASH%SEP%NUM"] = "https://sourceforge.net/p/%1/tickets/%2/", ["lp%SEP%NUM"] = "https://launchpad.net/bugs/%1", ["rh%SEP%NUM"] = "https://bugzilla.redhat.com/show_bug.cgi?id=%1", ["rhbz%SEP%NUM"] = "https://bugzilla.redhat.com/show_bug.cgi?id=%1", |