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 xcompmgr Date: Mon, 26 Oct 2015 23:30:40 +0100 Message-ID: <871tchs1nz.fsf@gnu.org> References: <87si517rav.fsf@SIRIUSGUIX00.i-did-not-set--mail-host-address--so-tickle-me> <87si51or31.fsf@denknerd.org> <87oafpoq8a.fsf@denknerd.org> <87r3kl63ur.fsf@SIRIUSGUIX00.i-did-not-set--mail-host-address--so-tickle-me> 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]:51892) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqqHx-0002vr-Vc for guix-devel@gnu.org; Mon, 26 Oct 2015 18:30:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZqqHs-0003aN-RJ for guix-devel@gnu.org; Mon, 26 Oct 2015 18:30:49 -0400 In-Reply-To: <87r3kl63ur.fsf@SIRIUSGUIX00.i-did-not-set--mail-host-address--so-tickle-me> (Cyrill Schenkel's message of "Fri, 23 Oct 2015 16:45:16 +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: Cyrill Schenkel Cc: guix-devel@gnu.org Cyrill Schenkel skribis: > From 55122d4c14231f3646db902bc2b88469fc96666e Mon Sep 17 00:00:00 2001 > From: Cyrill Schenkel > Date: Fri, 23 Oct 2015 16:38:16 +0200 > Subject: [PATCH] gnu: Add xcompmgr > > * gnu/packages/xorg.scm (xcompmgr): New variable. [...] > + (license (license:x11-style "file://COPYING")))) I changed that to http://cgit.freedesktop.org/xorg/app/xcompmgr/tree/COPYING, which is more convenient, and applied it. Thank you! Ludo=E2=80=99.