From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53006) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eAXpi-0001SI-KF for guix-patches@gnu.org; Fri, 03 Nov 2017 05:00:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eAXpd-0006RS-9J for guix-patches@gnu.org; Fri, 03 Nov 2017 05:00:10 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:40016) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eAXpd-0006RO-6B for guix-patches@gnu.org; Fri, 03 Nov 2017 05:00:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eAXpc-0007XW-Vr for guix-patches@gnu.org; Fri, 03 Nov 2017 05:00:05 -0400 Subject: [bug#29129] [PATCH 4/4] gnu: moka-icon-theme: Fix license. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52825) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eAXou-0001Q9-83 for guix-patches@gnu.org; Fri, 03 Nov 2017 04:59:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eAXot-00065X-Ir for guix-patches@gnu.org; Fri, 03 Nov 2017 04:59:20 -0400 Received: from lb1.openmailbox.org ([5.79.108.160]:37542 helo=mta-1.openmailbox.og) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eAXot-00064X-Bu for guix-patches@gnu.org; Fri, 03 Nov 2017 04:59:19 -0400 From: Brendan Tildesley Date: Fri, 3 Nov 2017 19:58:54 +1100 Message-Id: <20171103085854.5236-4-brendan.tildesley@openmailbox.org> In-Reply-To: <20171103085854.5236-1-brendan.tildesley@openmailbox.org> References: <20171103085854.5236-1-brendan.tildesley@openmailbox.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 29129@debbugs.gnu.org * gnu/packages/gnome.scm (moka-icon-theme): Add cc-by-sa4.0 to license field. --- gnu/packages/gnome.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 21b639bff..5ca6a0462 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -6358,7 +6358,8 @@ Moka") (synopsis "Moka icon theme") (description "Moka is a stylized desktop icon set, designed to be clear, simple and consistent.") - (license license:gpl3+))) + (license (list license:gpl3+ + license:cc-by-sa4.0)))) (define-public arc-icon-theme (package -- 2.14.3