mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
fix: use mirror for nongnu-elpa
savannah goes down a lot, causing fatal errors during package management. Fix: #7171 Ref: #8271
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user