From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Isaac Subject: [PATCH 1/2] gnu: gajim: License is "version 3 only". Date: Wed, 19 Oct 2016 10:20:04 +0530 Message-ID: <20161019045005.3678-1-arunisaac@systemreboot.net> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51853) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bwipk-0005C1-1X for guix-devel@gnu.org; Wed, 19 Oct 2016 00:50:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bwipg-0002Ro-U9 for guix-devel@gnu.org; Wed, 19 Oct 2016 00:50:32 -0400 Received: from [117.218.232.8] (port=58628 helo=systemreboot.net) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bwipg-0002O7-Dm for guix-devel@gnu.org; Wed, 19 Oct 2016 00:50:28 -0400 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: guix-devel@gnu.org * gnu/packages/messaging.scm (gajim)[license]: Change to GPL3. --- gnu/packages/messaging.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 0089da1..37bbed7 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -504,7 +504,7 @@ Among its features are: a tabbed chat window and single window modes; support for group chat (with Multi-User Chat protocol), invitation, chat to group chat transformation; audio and video conferences; file transfer; TLS, GPG and end-to-end encryption support; XML console.") - (license license:gpl3+))) + (license license:gpl3))) (define-public prosody (package -- 2.10.1