From 0e82b0bc62a4444cf59303f8034a68262d3eb643 Mon Sep 17 00:00:00 2001 From: snowiow Date: Sun, 26 Sep 2021 10:29:03 +0200 Subject: [PATCH] Remove orgmode.org/elpa repository The org team is moving away from their own elpa repository to elpa: https://list.orgmode.org/87blb3epey.fsf@gnu.org/ It should be fine to remove it already, because org is already available on elpa in verision 9.4.6. Also https://orgmode.org/elpa/ is down at the moment, which lets the linter fail immediately. --- elisp-check.el | 1 - 1 file changed, 1 deletion(-) diff --git a/elisp-check.el b/elisp-check.el index ccbd270..a5a99ee 100644 --- a/elisp-check.el +++ b/elisp-check.el @@ -168,7 +168,6 @@ Only returns buffers for files that match PREFIX." "Setup package.el and install packages for the given CHECK." (package-initialize) (add-to-list 'package-archives '("melpa" . "http://melpa.org/packages/")) - (add-to-list 'package-archives '("org" . "http://orgmode.org/elpa/")) (package-refresh-contents) (elisp-check--install-packages (elisp-check--get-props check :package)))