From 49d8cbd8bc3e80239a19e8ea5fbfe30db40ba34d Mon Sep 17 00:00:00 2001 From: skryvel <120495777+skryvel@users.noreply.github.com> Date: Sat, 15 Mar 2025 01:37:59 -0300 Subject: [PATCH] fix: use mirror for nongnu-elpa savannah goes down a lot, causing fatal errors during package management. Fix: #7171 Ref: #8271 --- lisp/lib/packages.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/lib/packages.el b/lisp/lib/packages.el index 067830c5d..5009cf99e 100644 --- a/lisp/lib/packages.el +++ b/lisp/lib/packages.el @@ -125,8 +125,8 @@ package's name as a symbol, and whose CDR is the plist supplied to its (melpa :type git :host github :repo "melpa/melpa" :build nil) - (nongnu-elpa :type git - :repo "https://git.savannah.gnu.org/git/emacs/nongnu.git" + (nongnu-elpa :type git :host github + :repo "emacsmirror/nongnu_elpa" :local-repo "nongnu-elpa" :build nil) (gnu-elpa-mirror :type git :host github