diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2019-05-09 12:37:00 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2024-03-28 16:55:20 +0100 |
commit | 8bd4cff27ee98235eb531192927bc0e832b8cad9 (patch) | |
tree | bb2ddb7b76805ad7022ee87d66a65879c94402ea /osurl | |
parent | 015e6ee713a5a55f0450b0523e62841d8063aa3f (diff) | |
download | vim-suse-changes-8bd4cff27ee98235eb531192927bc0e832b8cad9.tar.gz |
fix(osurl): it is jira.suse.com not jira.suse.de.
Diffstat (limited to 'osurl')
-rwxr-xr-x | osurl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ local patterns = { ["bsc#%NUM"] = "https://bugzilla.suse.com/show_bug.cgi?id=%1", ["bds#%NUM"] = "https://build.suse.de/request/show/%1", ["bdo#%NUM"] = "https://build.opensuse.org/request/show/%1", - ["jsc#%JIRID"] = "https://jira.suse.de/browse/%1", + ["jsc#%JIRID"] = "https://jira.suse.com/browse/%1", ["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", |