From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Add hexchat Date: Fri, 21 Nov 2014 23:25:18 +0100 Message-ID: <87wq6okx81.fsf@gnu.org> References: <20141121184434.5d531599@lepiller.eu> 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]:42924) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xrwdr-0007cp-8u for guix-devel@gnu.org; Fri, 21 Nov 2014 17:25:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xrwdl-00055B-4L for guix-devel@gnu.org; Fri, 21 Nov 2014 17:25:27 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:36099) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xrwdk-00054u-UY for guix-devel@gnu.org; Fri, 21 Nov 2014 17:25:21 -0500 In-Reply-To: <20141121184434.5d531599@lepiller.eu> (Julien Lepiller's message of "Fri, 21 Nov 2014 18:44:34 +0100") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Julien Lepiller Cc: guix-devel@gnu.org Julien Lepiller skribis: > here is the patch for hexchat I was asked to write. s/asked/invited/ ;-) > From 2607a59685392eb669e6bbec80924933ae0ce390 Mon Sep 17 00:00:00 2001 > From: Julien Lepiller > Date: Fri, 21 Nov 2014 18:39:39 +0100 > Subject: [PATCH] gnu: Add hexchat. > > * gnu/packages/messaging.scm (hexchat): New variable. Applied, along with formatting changes like Andreas suggested (see other files for examples, the =E2=80=9CCoding Style=E2=80=9D part of =E2=80=98HAC= KING=E2=80=99, or use =E2=80=98indent-region=E2=80=99 in Emacs), and a copyright line for you. Thanks! Ludo=E2=80=99.