From 4b15ebd269a86f96a0940578c45d8346b069198a Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Wed, 14 Jul 2021 19:51:54 +0200 Subject: feat(osurl): add rhbz# abbreviation. --- osurl | 1 + 1 file changed, 1 insertion(+) (limited to 'osurl') diff --git a/osurl b/osurl index 7448684..71b0fea 100755 --- a/osurl +++ b/osurl @@ -31,6 +31,7 @@ local patterns = { ["shp%SEP%NONHASH%SEP%NUM"] = "https://sourceforge.net/p/%1/patches/%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", ["tdf%SEP%NUM"] = "https://bugs.documentfoundation.org/show_bug.cgi?id=%1", ["pep%SEP%NUM"] = "https://www.python.org/dev/peps/pep-%1", } -- cgit