From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:56625) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hSpyt-0002TL-Mm for guix-patches@gnu.org; Mon, 20 May 2019 17:38:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hSpys-0004Ke-Q6 for guix-patches@gnu.org; Mon, 20 May 2019 17:38:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:52883) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hSpys-0004KW-NN for guix-patches@gnu.org; Mon, 20 May 2019 17:38:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hSpys-0002Qr-Jr for guix-patches@gnu.org; Mon, 20 May 2019 17:38:02 -0400 Subject: bug#35757: [PATCH] Add drascula Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Nicolas Goaziou References: <87ftpfo3mq.fsf@nicolasgoaziou.fr> <20190520101253.3b4a4690@scratchpost.org> Date: Mon, 20 May 2019 23:37:26 +0200 In-Reply-To: <20190520101253.3b4a4690@scratchpost.org> (Danny Milosavljevic's message of "Mon, 20 May 2019 10:13:34 +0200") Message-ID: <87h89o3izt.fsf@nicolasgoaziou.fr> MIME-Version: 1.0 Content-Type: text/plain 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: Danny Milosavljevic Cc: 35757-done@debbugs.gnu.org Hello, Danny Milosavljevic writes: > LGTM except for > >>+ (license (license:non-copyleft "file://readme.txt")))) > > That is an invalid URL. > > Should be: > > + (license (license:non-copyleft "file:///readme.txt")))) Oops. Fixed. Pushed. Thank you. Regards, -- Nicolas Goaziou