From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60074) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f5XSo-0002zH-J8 for guix-patches@gnu.org; Mon, 09 Apr 2018 10:08:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f5XSl-0003Jg-Ev for guix-patches@gnu.org; Mon, 09 Apr 2018 10:08:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:36161) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f5XSl-0003JL-Bl for guix-patches@gnu.org; Mon, 09 Apr 2018 10:08:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1f5XSl-0005r1-3m for guix-patches@gnu.org; Mon, 09 Apr 2018 10:08:03 -0400 Subject: [bug#31080] [PATCH 2/2] gnu: Add spindle. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59283) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f5XRe-00021W-7k for guix-patches@gnu.org; Mon, 09 Apr 2018 10:06:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f5XRb-0002hH-3u for guix-patches@gnu.org; Mon, 09 Apr 2018 10:06:54 -0400 Received: from mout.web.de ([212.227.15.4]:55359) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f5XRa-0002gC-Pa for guix-patches@gnu.org; Mon, 09 Apr 2018 10:06:51 -0400 Received: from [10.161.59.95] ([195.135.221.2]) by smtp.web.de (mrweb003 [213.165.67.108]) with ESMTPSA (Nemesis) id 0Lvjoa-1eQs4a2cIO-017Y6G for ; Mon, 09 Apr 2018 16:06:48 +0200 References: <20180406160235.27383-1-pierre-antoine.rouby@inria.fr> <20180409065949.32348-1-pierre-antoine.rouby@inria.fr> From: Jonathan Brielmaier Message-ID: <0aae01c6-4b4a-c0d3-084a-31cf9af7b028@web.de> Date: Mon, 9 Apr 2018 16:06:48 +0200 MIME-Version: 1.0 In-Reply-To: <20180409065949.32348-1-pierre-antoine.rouby@inria.fr> Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 7bit 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: 31080@debbugs.gnu.org On 09/04/18 08:59, Rouby Pierre-Antoine wrote: > * gnu/packages/admin.scm (spindle): New variable. > --- > gnu/packages/admin.scm | 29 +++++++++++++++++++++++++++++ > 1 file changed, 29 insertions(+) > > diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm > index 4403f2a3b..c89662fc9 100644 > --- a/gnu/packages/admin.scm > +++ b/gnu/packages/admin.scm Welcome Pierre-Antoine! Please also include your name in the license section at the top of "admin.scm". ~Jonathan