From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH v2] gnu: Add taskwarrior. Date: Thu, 26 Mar 2015 18:03:45 +0100 Message-ID: <874mp7adxq.fsf@gnu.org> References: <1427323784-9803-1-git-send-email-sleep_walker@gnu.org> <1427323784-9803-2-git-send-email-sleep_walker@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]:53955) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YbBCC-0008JB-Vs for guix-devel@gnu.org; Thu, 26 Mar 2015 13:04:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YbBC8-0004MD-AQ for guix-devel@gnu.org; Thu, 26 Mar 2015 13:03:52 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:54454) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YbBC8-0004M8-3u for guix-devel@gnu.org; Thu, 26 Mar 2015 13:03:48 -0400 In-Reply-To: <1427323784-9803-2-git-send-email-sleep_walker@gnu.org> (=?utf-8?B?IlRvbcOhxaEJxIxlY2giJ3M=?= message of "Wed, 25 Mar 2015 23:49:44 +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: =?utf-8?B?VG9tw6HFoSDEjGVjaA==?= Cc: guix-devel@gnu.org Tom=C3=A1=C5=A1 =C4=8Cech skribis: > From: Tom=C3=A1=C5=A1 =C4=8Cech > > * gnu/packages/task.scm: New file. > * gnu-system.am (GNU_SYSTEM_MODULES): Add it. To complement Cyril=E2=80=99s review: > +(define-module (gnu packages task) =E2=80=98task-management=E2=80=99, as you proposed, would be better. Would= there be other packages in there? > + (description > + "Taskwarrior is mature command line task manager following Getting = Things Missing articles: =E2=80=9Ca mature=E2=80=9D, =E2=80=9Cfollowing the Gettin= g Things Done ... method=E2=80=9D. > +Done time management method. It supports network synchronization, filte= ring > +and quering data, exposing task data in multiple formats to other tools = which > +allowed to create healthy ecosystem of tools using taskwarrior.") Please remove =E2=80=9Cwhich allowed ...=E2=80=9D (marketing stuff.) > + ;; Taskwarrior is licensed under MIT license, which is identical to > + ;; Expat License Please remove this comment. It=E2=80=99s just that =E2=80=9CMIT license=E2= =80=9D is an ambiguous name for the Expat license. Could you send an updated patch? Thanks! Ludo=E2=80=99.