mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-06 10:31:23 -08: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:
parent
c95015d706
commit
49d8cbd8bc
1 changed files with 2 additions and 2 deletions
|
|
@ -125,8 +125,8 @@ package's name as a symbol, and whose CDR is the plist supplied to its
|
||||||
(melpa :type git :host github
|
(melpa :type git :host github
|
||||||
:repo "melpa/melpa"
|
:repo "melpa/melpa"
|
||||||
:build nil)
|
:build nil)
|
||||||
(nongnu-elpa :type git
|
(nongnu-elpa :type git :host github
|
||||||
:repo "https://git.savannah.gnu.org/git/emacs/nongnu.git"
|
:repo "emacsmirror/nongnu_elpa"
|
||||||
:local-repo "nongnu-elpa"
|
:local-repo "nongnu-elpa"
|
||||||
:build nil)
|
:build nil)
|
||||||
(gnu-elpa-mirror :type git :host github
|
(gnu-elpa-mirror :type git :host github
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue