From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:47023) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hKLlS-0000ph-Og for guix-patches@gnu.org; Sat, 27 Apr 2019 07:45:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hKLlQ-00043J-Th for guix-patches@gnu.org; Sat, 27 Apr 2019 07:45:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49387) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hKLlP-00041w-6l for guix-patches@gnu.org; Sat, 27 Apr 2019 07:45:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hKLlP-0006W7-3n for guix-patches@gnu.org; Sat, 27 Apr 2019 07:45:03 -0400 Subject: [bug#35449] [PATCH 6/7] gnu: tmux-themepack: Fix license field to refer to license:wtfpl2. Resent-Message-ID: From: Brendan Tildesley Date: Sat, 27 Apr 2019 21:43:06 +1000 Message-Id: <20190427114307.26796-6-mail@brendan.scot> In-Reply-To: <20190427114307.26796-1-mail@brendan.scot> References: <20190427114307.26796-1-mail@brendan.scot> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: 35449@debbugs.gnu.org * gnu/packages/tmux.scm (tmux-themepack): Fix license field to refer to license:wtfpl2. --- gnu/packages/tmux.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gnu/packages/tmux.scm b/gnu/packages/tmux.scm index 191e606cf6..c1e136915b 100644 --- a/gnu/packages/tmux.scm +++ b/gnu/packages/tmux.scm @@ -90,8 +90,7 @@ continue running in the background, then later reattached.") (home-page "https://github.com/jimeh/tmux-themepack") (synopsis "Collection of themes for Tmux") (description "A collection of various themes for Tmux.") - (license - (non-copyleft "http://www.wtfpl.net/txt/copying/"))))) + (license license:wtfpl2)))) (define-public tmuxifier (package -- 2.21.0