From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 5/5] gnu: Add khard. Date: Sun, 13 Mar 2016 23:32:34 +0100 Message-ID: <87ziu2rou5.fsf@gnu.org> References: <289785eed7200bb09305843b2c3d0bd1222ff62e.1457042922.git.leo@famulari.name> 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]:38638) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afEZ0-0005sU-Fh for guix-devel@gnu.org; Sun, 13 Mar 2016 18:32:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1afEYv-0001Lw-NR for guix-devel@gnu.org; Sun, 13 Mar 2016 18:32:42 -0400 In-Reply-To: <289785eed7200bb09305843b2c3d0bd1222ff62e.1457042922.git.leo@famulari.name> (Leo Famulari's message of "Thu, 3 Mar 2016 17:11:56 -0500") 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: Leo Famulari Cc: guix-devel@gnu.org Leo Famulari skribis: > * gnu/packages/mail.scm (khard): New variable. [...] > + (home-page "https://github.com/scheibler/khard") > + (license gpl3))) ; "later version" never mentioned If the source file headers or other documents do not specify a version, then we write it as =E2=80=98gpl3+=E2=80=99 (in fact, Section 14 of GPLv3 s= ays: =E2=80=9CIf the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation.=E2=80=9D) > On Thu, Mar 03, 2016 at 05:11:56PM -0500, Leo Famulari wrote: >> * gnu/packages/mail.scm (khard): New variable. >> + (description "Khard is an address book for the console. It creates= , reads, >> +modifies and removes CardDAV address book entries at your local machine= . For >> +synchronizing with a remote address book, @command{vdirsyncer} is recom= mended. >> +Khard can also be used from within the email client @command{mutt}.") > > Is this an appropriate use of texinfo? Yes. Thanks for your work, and sorry again for the delay! Ludo=E2=80=99.