From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44790) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f2KR9-0001RM-Mx for guix-patches@gnu.org; Sat, 31 Mar 2018 13:37:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f2KR4-0004Ch-Qu for guix-patches@gnu.org; Sat, 31 Mar 2018 13:37:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:53528) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f2KR4-0004BH-MG for guix-patches@gnu.org; Sat, 31 Mar 2018 13:37:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1f2KR4-0007Mx-6d for guix-patches@gnu.org; Sat, 31 Mar 2018 13:37:02 -0400 Subject: [bug#31004] [PATCH] gnu: Add emacs-anzu Resent-Message-ID: From: Arun Isaac In-Reply-To: <87y3i8i2h4.fsf@gnu.org> References: <20180331145049.GA7955@sam> <87y3i8i2h4.fsf@gnu.org> Date: Sat, 31 Mar 2018 23:06:01 +0530 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= , Sohom Bhattacharjee Cc: 31004-done@debbugs.gnu.org Ludovic Court=C3=A8s writes: > (origin > (method url-fetch) > (uri (string-append "http://stable.melpa.org/packages/anzu-" > version ".el")) Hi Ludo, Shouldn't we be using the upstream Github release tarball? Do we accept MELPA now?