From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] midicsv: new package Date: Sat, 02 Jul 2016 15:26:58 +0200 Message-ID: <874m88i319.fsf@gnu.org> References: <87y45kakpc.fsf@hecubus.retroj.net> 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]:35977) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bJKwt-0003aB-Oh for guix-devel@gnu.org; Sat, 02 Jul 2016 09:27:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bJKwo-0008OF-Qk for guix-devel@gnu.org; Sat, 02 Jul 2016 09:27:07 -0400 In-Reply-To: <87y45kakpc.fsf@hecubus.retroj.net> (John J. Foerch's message of "Fri, 01 Jul 2016 21:32:31 -0400") 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" To: John J Foerch Cc: guix-devel@gnu.org Hi, John J Foerch skribis: > From 15e6c06398fa8d340b70da391f90e6c69e613f70 Mon Sep 17 00:00:00 2001 > From: "John J. Foerch" > Date: Fri, 1 Jul 2016 21:26:55 -0400 > Subject: [PATCH] gnu: midicsv: new package > > --- > gnu/packages/music.scm | 28 ++++++++++++++++++++++++++++ > 1 file changed, 28 insertions(+) I committed it with a GNU-style commit log, and added a copyright line for yourself (let me know if I got it wrong). > + (synopsis "convert MIDI files to and from CSV") ^ I also capitalized this. These are all cosmetic details; you can read about these and other conventions at . Thank you for this patch and welcome! :-) Ludo=E2=80=99.