From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: [PATCH 2/2] gnu: Add emacs-better-defaults. Date: Mon, 30 May 2016 11:11:22 -0400 Message-ID: References: <1464358215-4416-1-git-send-email-dthompson2@worcester.edu> <1464358215-4416-2-git-send-email-dthompson2@worcester.edu> <87eg8mjirb.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:32959) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b7Oqi-000244-6U for guix-devel@gnu.org; Mon, 30 May 2016 11:11:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b7Oqh-0003pX-0Y for guix-devel@gnu.org; Mon, 30 May 2016 11:11:24 -0400 Received: from mail-yw0-x231.google.com ([2607:f8b0:4002:c05::231]:36161) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b7Oqg-0003pL-SK for guix-devel@gnu.org; Mon, 30 May 2016 11:11:22 -0400 Received: by mail-yw0-x231.google.com with SMTP id x189so164689692ywe.3 for ; Mon, 30 May 2016 08:11:22 -0700 (PDT) In-Reply-To: <87eg8mjirb.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: guix-devel On Sat, May 28, 2016 at 11:37 AM, Ludovic Court=C3=A8s wrote= : > David Thompson skribis: > >> * gnu/packages/emacs.scm (emacs-better-defaults): New variable. > > [...] > >> + (uri (string-append "http://stable.melpa.org/packages/better-def= aults-" >> + 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