unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Brendan Tildesley <mail@brendan.scot>
To: 35449@debbugs.gnu.org
Subject: [bug#35449] [PATCH 5/7] gnu: Use license: prefix in tmux.scm.
Date: Sat, 27 Apr 2019 21:43:05 +1000	[thread overview]
Message-ID: <20190427114307.26796-5-mail@brendan.scot> (raw)
In-Reply-To: <20190427114307.26796-1-mail@brendan.scot>

* gnu/packages/tmux.scm Use license: prefix in tmux.scm.
---
 gnu/packages/tmux.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/tmux.scm b/gnu/packages/tmux.scm
index 91d0af6313..191e606cf6 100644
--- a/gnu/packages/tmux.scm
+++ b/gnu/packages/tmux.scm
@@ -23,7 +23,7 @@
 ;;; along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.
 
 (define-module (gnu packages tmux)
-  #:use-module (guix licenses)
+  #:use-module ((guix licenses) #:prefix license:)
   #:use-module (guix packages)
   #:use-module (guix download)
   #:use-module (guix git-download)
@@ -58,7 +58,7 @@
 windows), each running a separate program, to be created, accessed, and
 controlled from a single screen.  tmux may be detached from a screen and
 continue running in the background, then later reattached.")
-    (license isc)))
+    (license license:isc)))
 
 (define-public tmux-themepack
   (let ((commit "03a372866f7677f7fe63bcee140b48b9fd372c48")
@@ -136,7 +136,7 @@ continue running in the background, then later reattached.")
 @code{layout} files, which are simple shell scripts where you use the tmux
 command and helper commands provided by tmuxifier to manage Tmux sessions and
 windows.")
-    (license expat)))
+    (license license:expat)))
 
 (define-public tmux-xpanes
   (package
@@ -183,4 +183,4 @@ following features:
 @item Display pane title on each pane.
 @item Generate command lines from standard input (Pipe mode).
 @end itemize")
-    (license expat)))
+    (license license:expat)))
-- 
2.21.0

  parent reply	other threads:[~2019-04-27 11:44 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <e6b47bd1-b92d-598b-1b48-5a0eeacd51db@brendan.scot>
2019-04-27 11:43 ` [bug#35449] [PATCH 1/7] gnu: zimg: Fix license field to refer to license:wtfpl2 Brendan Tildesley
2019-04-27 11:43   ` [bug#35449] [PATCH 2/7] gnu: Use license: prefix in shellutils.scm Brendan Tildesley
2019-04-27 11:43   ` [bug#35449] [PATCH 3/7] gnu: envstore: Fix license field to refer to license:wtfpl2 Brendan Tildesley
2019-04-27 11:43   ` [bug#35449] [PATCH 4/7] gnu: python-pyyaml: " Brendan Tildesley
2019-04-27 11:43   ` Brendan Tildesley [this message]
2019-04-27 11:43   ` [bug#35449] [PATCH 6/7] gnu: tmux-themepack: " Brendan Tildesley
2019-04-27 11:43   ` [bug#35449] [PATCH 7/7] gnu: quickswitch-i3: Fix license field to use license:wtfpl2 Brendan Tildesley
2019-05-06  8:33   ` [bug#35449] [PATCH 1/7] gnu: zimg: Fix license field to refer to license:wtfpl2 Ludovic Courtès
2019-05-06  8:25 ` bug#35449: Various WTFPL2 license field fixes Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190427114307.26796-5-mail@brendan.scot \
    --to=mail@brendan.scot \
    --cc=35449@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).