guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/06: gnu: Use 'license:' prefix in (gnu packages grub).


From: David Craven
Subject: 01/06: gnu: Use 'license:' prefix in (gnu packages grub).
Date: Fri, 10 Feb 2017 11:16:09 -0500 (EST)

dvc pushed a commit to branch master
in repository guix.

commit 3f73aa1a5a4335d536b9afea752689c8e3d95e7c
Author: David Craven <address@hidden>
Date:   Mon Jan 16 20:17:46 2017 +0100

    gnu: Use 'license:' prefix in (gnu packages grub).
    
    * gnu/packages/grub.scm (grub): Add prefix.
---
 gnu/packages/grub.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/grub.scm b/gnu/packages/grub.scm
index c6716a2..292d353 100644
--- a/gnu/packages/grub.scm
+++ b/gnu/packages/grub.scm
@@ -24,7 +24,7 @@
   #:use-module (guix download)
   #:use-module (guix packages)
   #:use-module (guix utils)
-  #:use-module ((guix licenses) #:select (gpl3+))
+  #:use-module ((guix licenses) #:prefix license:)
   #:use-module (guix build-system gnu)
   #:use-module (gnu packages)
   #:use-module (gnu packages flex)
@@ -122,7 +122,7 @@ then goes on to load the rest of the operating system.  As 
a multiboot
 bootloader, GRUB handles the presence of multiple operating systems installed
 on the same computer; upon booting the computer, the user is presented with a
 menu to select one of the installed operating systems.")
-    (license gpl3+)
+    (license license:gpl3+)
     (properties '((cpe-name . "grub2")))))
 
 (define-public grub-efi



reply via email to

[Prev in Thread] Current Thread [Next in Thread]