diff options
Diffstat (limited to 'lisp/km-magit.el')
-rw-r--r-- | lisp/km-magit.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/km-magit.el b/lisp/km-magit.el index 4df9d0c..0dd7671 100644 --- a/lisp/km-magit.el +++ b/lisp/km-magit.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2012-2018 Kyle Meyer <kyle@kyleam.com> ;; Author: Kyle Meyer <kyle@kyleam.com> -;; URL: https://github.com/kyleam/emacs.d +;; URL: https://gitlab.com/kyleam/emacs.d ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by @@ -809,7 +809,7 @@ function." (hack-dir-local-variables-non-file-buffer) bug-reference-url-format)))) (and url - (string-match "\\`https://github.com/[^/]+/[^/]+" url) + (string-match "\\`https://gitlab.com/[^/]+/[^/]+" url) (match-string 0 url)))) (defun km/magit-github-file-link () |