Remove the marmalade archive from the package recipe

The marmalade archive is dead for quite some time, that's why it's
removed. Furthermore, many regression tests (in test/issues) rely on
this recipe and fail, because marmalade is unavailable.
This commit is contained in:
Stephan Creutz 2021-11-13 22:16:21 +01:00
parent 960f3fb962
commit 0ca170bed6

View File

@ -31,8 +31,7 @@
"."))
"http://"))
(archives '(("melpa" . "melpa.org/packages/")
("gnu" . "elpa.gnu.org/packages/")
("marmalade" . "marmalade-repo.org/packages/"))))
("gnu" . "elpa.gnu.org/packages/"))))
(dolist (archive archives)
(add-to-list 'package-archives
(cons (car archive) (concat protocol (cdr archive))))))))