summaryrefslogtreecommitdiff
path: root/lisp/km-magit.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2019-01-15 22:38:35 -0500
committerKyle Meyer <kyle@kyleam.com>2019-01-15 22:38:35 -0500
commit9dd7419abce833b378bedf69282bb0adb5a036c1 (patch)
treef19f4ec55799252c247fa031207be805a32f1114 /lisp/km-magit.el
parentd6bfa69ed0c7de440cdc6acb2b7ad6278315b065 (diff)
downloademacs.d-9dd7419abce833b378bedf69282bb0adb5a036c1.tar.gz
Fix overaggressive URL updates from 01f2da58
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 ()