From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 2/2] scheme/bigloo: Fix package description to reflect actual situation Date: Mon, 07 Apr 2014 11:50:46 +0200 Message-ID: <87k3b1v56x.fsf@gnu.org> References: <20140407091908.GA440@kubera.inria.fr> <20140407092145.GB440@kubera.inria.fr> 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]:60504) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WX6Cb-0003YQ-K3 for guix-devel@gnu.org; Mon, 07 Apr 2014 05:50:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WX6CV-0006a6-Jg for guix-devel@gnu.org; Mon, 07 Apr 2014 05:50:53 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:49096) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WX6CV-0006Zo-DD for guix-devel@gnu.org; Mon, 07 Apr 2014 05:50:47 -0400 In-Reply-To: <20140407092145.GB440@kubera.inria.fr> (Cyprien Nicolas's message of "Mon, 7 Apr 2014 11:21:45 +0200") 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: Cyprien Nicolas Cc: guix-devel@gnu.org Cyprien Nicolas skribis: > A simple fix in the description. The actual description on the bigloo > web page also contains this mistake. I don't really know if it is > better to keep a copycat of the official package description, or fix > it to reflect the actual packages features. It=E2=80=99s better to have an accurate description. > From fd69648ecf8f4112b0a5b1b352833ae07fb2bb83 Mon Sep 17 00:00:00 2001 > From: Cyprien Nicolas > Date: Mon, 7 Apr 2014 11:10:35 +0200 > Subject: [PATCH 2/2] scheme/bigloo: Fix package description to reflect ac= tual > situation > > * gnu/packages/scheme.scm (bigloo): Description: Remove the part about th= e C# > connection which has been removed since release 3.8a. Applied, thanks! Ludo=E2=80=99.