Switch to org-contrib mirror after sr.ht flakiness

This commit is contained in:
TEC 2024-03-25 13:26:29 +08:00
parent cfe1cefae9
commit a9eb95fca0
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
1 changed files with 2 additions and 1 deletions

View File

@ -7694,7 +7694,8 @@ correct package statement needed.
<<org-pkg-statement()>>
(unpin! org) ; there be bugs
(package! org-contrib
:recipe (:host nil :repo "https://git.sr.ht/~bzg/org-contrib"
;; The `sr.ht' repo has been a bit flaky as of late.
:recipe (:host github :repo "emacsmirror/org-contrib"
:files ("lisp/*.el"))
:pin "351c71397d893d896a47ad7e280607b4d59b84e4")
#+end_src