update packages
This commit is contained in:
@@ -6,12 +6,13 @@
|
||||
;; Homepage: https://github.com/magit/orgit
|
||||
;; Keywords: hypermedia vc
|
||||
|
||||
;; Package-Version: 2.0.1
|
||||
;; Package-Version: 20250601.1057
|
||||
;; Package-Revision: 224350397df0
|
||||
;; Package-Requires: (
|
||||
;; (emacs "26.1")
|
||||
;; (compat "30.0.2.0")
|
||||
;; (magit "4.3.1")
|
||||
;; (org "9.7.11"))
|
||||
;; (emacs "27.1")
|
||||
;; (compat "30.1")
|
||||
;; (magit "4.3.6")
|
||||
;; (org "9.7"))
|
||||
|
||||
;; SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
@@ -118,6 +119,11 @@
|
||||
"https://gitlab.com/%n"
|
||||
"https://gitlab.com/%n/commits/%r"
|
||||
"https://gitlab.com/%n/commit/%r")
|
||||
("codeberg.org\\(/\\|:git@\\)\\(.+?\\)\\(?:\\.git\\)?$"
|
||||
"https://codeberg.org/%n"
|
||||
;; Redirects to commits/branch/%r.
|
||||
"https://codeberg.org/%n/commits/%r"
|
||||
"https://codeberg.org/%n/commit/%r")
|
||||
("git.sr.ht[:/]\\(.+?\\)\\(?:\\.git\\)?$"
|
||||
"https://git.sr.ht/%n"
|
||||
"https://git.sr.ht/%n/log/%r"
|
||||
@@ -126,10 +132,6 @@
|
||||
"https://bitbucket.org/%n"
|
||||
"https://bitbucket.org/%n/commits/branch/%r"
|
||||
"https://bitbucket.org/%n/commits/%r")
|
||||
("code.orgmode.org[:/]\\(.+\\)$"
|
||||
"https://code.orgmode.org/cgit.cgi/%n"
|
||||
"https://code.orgmode.org/cgit.cgi/%n/commits/%r"
|
||||
"https://code.orgmode.org/cgit.cgi/%n/commit/%r")
|
||||
("git.kernel.org/pub/scm[:/]\\(.+\\)$"
|
||||
"https://git.kernel.org/cgit/%n"
|
||||
"https://git.kernel.org/cgit/%n/log/?h=%r"
|
||||
|
||||
Reference in New Issue
Block a user