From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: Add corrode. Date: Mon, 09 Jan 2017 10:46:46 +0100 Message-ID: <87eg0cpnuh.fsf@gnu.org> References: <20170104193723.29468-1-dannym@scratchpost.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]:59497) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cQWXX-0003pP-A6 for guix-devel@gnu.org; Mon, 09 Jan 2017 04:46:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cQWXT-0006Rh-Ee for guix-devel@gnu.org; Mon, 09 Jan 2017 04:46:55 -0500 In-Reply-To: <20170104193723.29468-1-dannym@scratchpost.org> (Danny Milosavljevic's message of "Wed, 4 Jan 2017 20:37:23 +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" To: Danny Milosavljevic Cc: guix-devel@gnu.org Hi! Danny Milosavljevic skribis: > * gnu/packages/rust.scm (corrode): New variable. I took the freedom to move it to haskell.scm so that rust.scm does not pull in haskell.scm. > + (synopsis "C to Rust translator") > + (description "This package automatically translates C source code > +to Rust source code.") > + (license license:gpl2)))) I adjusted the text and changed the license to =E2=80=98gpl2+=E2=80=99 (sin= ce there=E2=80=99s no explicit version 2 only wording) and pushed as ee719fba2dc5a035e959e57378552c4df705de1a. Thanks! Ludo=E2=80=99.