summaryrefslogtreecommitdiff
path: root/lisp/km-magit.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/km-magit.el')
-rw-r--r--lisp/km-magit.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/km-magit.el b/lisp/km-magit.el
index 47bbae6..6c2a181 100644
--- a/lisp/km-magit.el
+++ b/lisp/km-magit.el
@@ -809,7 +809,7 @@ function."
(hack-dir-local-variables-non-file-buffer)
bug-reference-url-format))))
(and url
- (string-match "\\`https://gitlab.com/[^/]+/[^/]+" url)
+ (string-match "\\`https://github.com/[^/]+/[^/]+" url)
(match-string 0 url))))
(defun km/magit-github-file-link ()