[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/08: gnu: Use 'license:' prefix in (gnu packages gawk).
From: |
guix-commits |
Subject: |
05/08: gnu: Use 'license:' prefix in (gnu packages gawk). |
Date: |
Fri, 8 Jul 2022 11:41:10 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit f5efde47f7d21f1f35f8b974af8d8f375114a6ea
Author: Paul A. Patience <paul@apatience.com>
AuthorDate: Mon Jul 4 04:59:27 2022 +0000
gnu: Use 'license:' prefix in (gnu packages gawk).
* gnu/packages/gawk.scm: Import (guix licenses) with 'license:' prefix.
(gawk, mawk)[license]: Prefix with 'license:'.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/gawk.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gawk.scm b/gnu/packages/gawk.scm
index 1935e73ab7..91252094b5 100644
--- a/gnu/packages/gawk.scm
+++ b/gnu/packages/gawk.scm
@@ -20,7 +20,7 @@
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
(define-module (gnu packages gawk)
- #:use-module (guix licenses)
+ #:use-module ((guix licenses) #:prefix license:)
#:use-module (gnu packages)
#:use-module (gnu packages bash)
#:use-module (gnu packages libsigsegv)
@@ -93,7 +93,7 @@
language for the easy manipulation of formatted text, such as tables of data.
Gawk features many extensions beyond the traditional implementation,
including network access, sorting, and large libraries.")
- (license gpl3+)))
+ (license license:gpl3+)))
(define-public mawk
(package
@@ -120,4 +120,4 @@ including network access, sorting, and large libraries.")
"@command{mawk} is an interpreter for the Awk programming language.
This version aims to be smaller and faster than GNU Awk, at the expense
of fewer features and extensions.")
- (license gpl2))) ;version 2 only
+ (license license:gpl2))) ;version 2 only
- branch master updated (ff751a68dc -> e07fa9b040), guix-commits, 2022/07/08
- 05/08: gnu: Use 'license:' prefix in (gnu packages gawk).,
guix-commits <=
- 07/08: gnu: Add egawk-next., guix-commits, 2022/07/08
- 02/08: doc: cookbook: Suggest 'guix shell'., guix-commits, 2022/07/08
- 03/08: doc: cookbook: Link to "A Scheme Primer"., guix-commits, 2022/07/08
- 06/08: gnu: Add gawk-mpfr., guix-commits, 2022/07/08
- 01/08: gnu: curl@7.84.0: Reduce lib3026 resource use on 32-bit platforms., guix-commits, 2022/07/08
- 04/08: gnu: python-graph-tool: Update to 2.45., guix-commits, 2022/07/08
- 08/08: gnu: Add cppawk and cppawk-egawk., guix-commits, 2022/07/08