From 31ee8b209e3fa4eadbd24eea24445cd905e32873 Mon Sep 17 00:00:00 2001 From: TEC Date: Mon, 25 Mar 2024 13:26:29 +0800 Subject: [PATCH] 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. --- config.org | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config.org b/config.org index 267b039..92da0a1 100644 --- a/config.org +++ b/config.org @@ -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. <> (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