aboutsummaryrefslogtreecommitdiffstats
path: root/osurl
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2019-05-09 12:37:00 +0200
committerMatěj Cepl <mcepl@cepl.eu>2024-03-28 16:55:20 +0100
commit8bd4cff27ee98235eb531192927bc0e832b8cad9 (patch)
treebb2ddb7b76805ad7022ee87d66a65879c94402ea /osurl
parent015e6ee713a5a55f0450b0523e62841d8063aa3f (diff)
downloadvim-suse-changes-8bd4cff27ee98235eb531192927bc0e832b8cad9.tar.gz
fix(osurl): it is jira.suse.com not jira.suse.de.
Diffstat (limited to 'osurl')
-rwxr-xr-xosurl2
1 files changed, 1 insertions, 1 deletions
diff --git a/osurl b/osurl
index 8286717..b7fa449 100755
--- a/osurl
+++ b/osurl
@@ -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",