From 6332a9612b26648f69e9319143df562b3c1a2c74 Mon Sep 17 00:00:00 2001 From: Donald Curtis Date: Tue, 3 Jul 2012 12:32:08 -0500 Subject: [PATCH] Use official ESS mirror. `ess-autoloads.el` has been added so there is no reason to use milkypostman's mirror. --- recipes/ess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/ess b/recipes/ess index e99748dc..87571405 100644 --- a/recipes/ess +++ b/recipes/ess @@ -1,4 +1,4 @@ -(ess :repo "milkypostman/ESS" :fetcher github :files +(ess :repo "emacs-ess/ESS" :fetcher github :files ("*.el" ("lisp" "lisp/*.el") ("etc" "etc/*")))