branch: elpa/helm commit 3b5a0c04f8c8d230da13b8dd84b9a896e906c11b Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Comment only --- helm-packages.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/helm-packages.el b/helm-packages.el index 8ca3930e14..fb9bb95461 100644 --- a/helm-packages.el +++ b/helm-packages.el @@ -40,6 +40,9 @@ (defvar helm-packages--melpa-recipes-cache nil) ;; Elpa/NonGnu-elpa +;; We prefer emacsmirror here but the savannah urls can be used instead: +;; "https://git.savannah.gnu.org/cgit/emacs/elpa.git/plain/elpa-packages" +;; "https://git.savannah.gnu.org/cgit/emacs/nongnu.git/plain/elpa-packages" (defvar helm-packages-gnu-elpa-url-recipes "https://raw.githubusercontent.com/emacsmirror/gnu_elpa/refs/heads/main/elpa-packages") (defvar helm-packages-nongnu-elpa-url-recipes "https://raw.githubusercontent.com/emacsmirror/nongnu_elpa/refs/heads/main/elpa-packages") (defvar helm-packages--gnu-elpa-recipes-cache nil)