On Sat, May 28, 2016 at 11:37 AM, Ludovic Courtès <l...@gnu.org> wrote: > David Thompson <dthomps...@worcester.edu> skribis: > >> * gnu/packages/emacs.scm (emacs-better-defaults): New variable. > > [...] > >> + (uri (string-append >> "http://stable.melpa.org/packages/better-defaults-" >> + version ".el")) > > IIRC, MELPA URLs are not stable over time (modified in place) and for > this reason we usually fetch things from Git instead. > > Could you do that here?
Fixed and pushed. Thanks Ludo and Alex! - Dave