emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/orgit ea79e0567a 39/76: orgit-export-alist: Update kernel.


From: ELPA Syncer
Subject: [nongnu] elpa/orgit ea79e0567a 39/76: orgit-export-alist: Update kernel.org entry
Date: Thu, 13 Jan 2022 13:58:45 -0500 (EST)

branch: elpa/orgit
commit ea79e0567ae65fc922fcb05da0f7f4af8eae1973
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    orgit-export-alist: Update kernel.org entry
    
    Use https instead of http.
---
 orgit.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/orgit.el b/orgit.el
index 9cb5409e08..b4a16bdcec 100644
--- a/orgit.el
+++ b/orgit.el
@@ -130,9 +130,9 @@
      "https://code.orgmode.org/cgit.cgi/%n/commits/%r";
      "https://code.orgmode.org/cgit.cgi/%n/commit/%r";)
     ("git.kernel.org/pub/scm[:/]\\(.+\\)$"
-     "http://git.kernel.org/cgit/%n";
-     "http://git.kernel.org/cgit/%n/log/?h=%r";
-     "http://git.kernel.org/cgit/%n/commit/?id=%r";))
+     "https://git.kernel.org/cgit/%n";
+     "https://git.kernel.org/cgit/%n/log/?h=%r";
+     "https://git.kernel.org/cgit/%n/commit/?id=%r";))
   "Alist used to translate Git urls to web urls when exporting links.
 
 Each entry has the form (REMOTE-REGEXP STATUS LOG REVISION).  If



reply via email to

[Prev in Thread] Current Thread [Next in Thread]