summaryrefslogtreecommitdiff
path: root/lisp/km-magit.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2019-01-15 21:08:11 -0500
committerKyle Meyer <kyle@kyleam.com>2019-01-15 21:08:11 -0500
commit01f2da58a8cc3ec2e30773e17d6d0e154018de7a (patch)
tree688550b2e8150a5b8f14a5e8e927536f453bab68 /lisp/km-magit.el
parentf8d7b7c93f2779a95188c65e28279d6d7dffc9d9 (diff)
downloademacs.d-01f2da58a8cc3ec2e30773e17d6d0e154018de7a.tar.gz
Update repo URL in file headers
Diffstat (limited to 'lisp/km-magit.el')
-rw-r--r--lisp/km-magit.el4
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 ()