Switch to GitHub mirrors of sr.ht packages

Aside from the DDOS attack it suffered a few months ago, sr.ht has just
started being flaky. At this point, using GitHub mirrors seems like the
safer bet.
This commit is contained in:
TEC 2024-03-25 13:26:29 +08:00
parent 603465b080
commit 31ee8b209e
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
1 changed files with 4 additions and 2 deletions

View File

@ -5419,7 +5419,8 @@ roll our [[file:lisp/wttrin/wttrin.el][own version]].
Why not flash words on the screen. Why not --- hey, it could be fun.
#+begin_src emacs-lisp :tangle packages.el
(package! spray :pin "74d9dcfa2e8b38f96a43de9ab0eb13364300cb46")
(package! spray :pin "74d9dcfa2e8b38f96a43de9ab0eb13364300cb46"
:recipe (:host github :repo "emacsmirror/spray")) ; sr.ht can be flaky
#+end_src
It would be nice if Spray's default speed suited me better, and the keybindings
@ -7694,7 +7695,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