[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/19: gnu: Use license: prefix in tmux.scm.
From: |
guix-commits |
Subject: |
08/19: gnu: Use license: prefix in tmux.scm. |
Date: |
Mon, 6 May 2019 05:19:35 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 41ee3773051dfabd865c0b80c11503d926579667
Author: Brendan Tildesley <address@hidden>
Date: Sat Apr 27 21:43:05 2019 +1000
gnu: Use license: prefix in tmux.scm.
* gnu/packages/tmux.scm Use license: prefix in tmux.scm.
Signed-off-by: Ludovic Courtès <address@hidden>
---
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 91d0af6..191e606 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)))
- branch master updated (654332f -> fc7d632), guix-commits, 2019/05/06
- 03/19: gnu: address@hidden: Fix limits.h include for cross builds., guix-commits, 2019/05/06
- 04/19: gnu: zimg: Fix license field to refer to license:wtfpl2., guix-commits, 2019/05/06
- 10/19: gnu: quickswitch-i3: Fix license field to use license:wtfpl2., guix-commits, 2019/05/06
- 06/19: gnu: envstore: Fix license field to refer to license:wtfpl2., guix-commits, 2019/05/06
- 19/19: gnu: Add emacs-miniedit., guix-commits, 2019/05/06
- 08/19: gnu: Use license: prefix in tmux.scm.,
guix-commits <=
- 05/19: gnu: Use license: prefix in shellutils.scm., guix-commits, 2019/05/06
- 12/19: gnu: mate-power-manager: Placate 'guix lint'., guix-commits, 2019/05/06
- 01/19: gnu: gcc: Add 9.1.0., guix-commits, 2019/05/06
- 14/19: gnu: Add emacs-evil-textobj-syntax., guix-commits, 2019/05/06
- 16/19: gnu: Add emacs-elisp-demos., guix-commits, 2019/05/06
- 07/19: gnu: python-pyyaml: Fix license field to refer to license:wtfpl2., guix-commits, 2019/05/06
- 09/19: gnu: tmux-themepack: Fix license field to refer to license:wtfpl2., guix-commits, 2019/05/06
- 17/19: gnu: Add emacs-docker-compose-mode., guix-commits, 2019/05/06
- 15/19: gnu: Add emacs-flycheck-flow., guix-commits, 2019/05/06
- 18/19: gnu: Add emacs-sudo-edit., guix-commits, 2019/05/06