From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: 03/04: gnu: Add git-when-merged. Date: Sat, 17 Nov 2018 11:07:34 -0500 Message-ID: <87zhu7r8l5.fsf@kyleam.com> References: <20181116221822.30957.35914@vcs0.savannah.gnu.org> <20181116221823.7F00D209C2@vcs0.savannah.gnu.org> <87pnv4vy9z.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46946) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gO38F-0004rO-NA for guix-devel@gnu.org; Sat, 17 Nov 2018 11:07:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gO38D-0006zO-4O for guix-devel@gnu.org; Sat, 17 Nov 2018 11:07:39 -0500 In-Reply-To: <87pnv4vy9z.fsf@netris.org> 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: Mark H Weaver , Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org Mark H Weaver writes: >> * gnu/packages/version-control.scm (git-when-merged): New variable. [...] > The license field of this package is incorrect. It has this: > > (license license:gpl2) > > which is understandable given that GitHub shows the license as "GPL-2.0" > on the main project page . > However, if you look at the actual code, there's only one source file > and it has a proper GNU GPLv2+ copyright notice at the top. Sorry about that, and thanks for spotting my mistake. I'm happy to send a patch to guix-patches, but I imagine it is easier for someone with push access to correct it. -- Kyle