branch: elpa/orgit
commit 85b074a3e7069a07f5c0bb042d544de9349a4ea0
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    orgit-export-alist: Add codeberg.org
---
 orgit.el | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/orgit.el b/orgit.el
index 07222c11f6..e87a98f1d8 100644
--- a/orgit.el
+++ b/orgit.el
@@ -118,6 +118,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";

Reply via email to