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

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

[nongnu] elpa/orgit 002f3ee6ea 38/76: orgit-export-alist: Update orgmode


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

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

    orgit-export-alist: Update orgmode.org entry
    
    They are using Gogs instead of Cgit now.
---
 orgit.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/orgit.el b/orgit.el
index e93a626d86..9cb5409e08 100644
--- a/orgit.el
+++ b/orgit.el
@@ -125,10 +125,10 @@
      "https://bitbucket.org/%n";
      "https://bitbucket.org/%n/commits/branch/%r";
      "https://bitbucket.org/%n/commits/%r";)
-    ("orgmode.org[:/]\\(.+\\)$"
-     "http://orgmode.org/cgit.cgi/%n";
-     "http://orgmode.org/cgit.cgi/%n/log/?h=%r";
-     "http://orgmode.org/cgit.cgi/%n/commit/?id=%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[:/]\\(.+\\)$"
      "http://git.kernel.org/cgit/%n";
      "http://git.kernel.org/cgit/%n/log/?h=%r";



reply via email to

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