branch: externals/system-packages commit d18b2c0e38ddc1ccfcd7d787112fb3465df51769 Author: Alex Branham <alex.bran...@gmail.com> Commit: Alex Branham <alex.bran...@gmail.com>
Update dir-local bug-reference-url-format to point to gitlab --- .dir-locals.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dir-locals.el b/.dir-locals.el index f1e086b..81b993e 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,4 +1,4 @@ ((nil . ((fill-column . 70) (sentence-end-double-space . t) (bug-reference-bug-regexp . "#\\(?2:[0-9]+\\)") - (bug-reference-url-format . "https://github.com/jabranham/system-packages/issues/%s")))) + (bug-reference-url-format . "https://gitlab.com/jabranham/system-packages/issues/%s"))))