diff options
Diffstat (limited to 'osurl')
-rwxr-xr-x | osurl | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -23,6 +23,9 @@ local patterns = { ["gh#%NONHASH#%WORD"] = "https://github.com/%1/issues/%2", ["gl#%NONHASH#%WORD"] = "https://gitlab.com/%1/issues/%2", ["bt#%NONHASH#%WORD"] = "https://bitbucket.org/%1/issues/%2", + ["sh#%NUM"] = "http://sourecforge.net/support/tracker.php?aid=%1", + ["shb#%NONHASH#%NUM"] = "https://sourceforge.net/p/%1/bugs/%2/", + ["shp#%NONHASH#%NUM"] = "https://sourceforge.net/p/%1/patches/%2/", ["lp#%NUM"] = "https://launchpad.net/bugs/%1", ["rh#%NUM"] = "https://bugzilla.redhat.com/show_bug.cgi?id=%1", } |