guix-commits
[Top][All Lists]
Advanced

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

05/11: gnu: Add prefix to license imports in (gnu packages display-manag


From: David Craven
Subject: 05/11: gnu: Add prefix to license imports in (gnu packages display-managers).
Date: Tue, 6 Sep 2016 15:53:18 +0000 (UTC)

dvc pushed a commit to branch master
in repository guix.

commit 99c53e226ee95f2ee7f58a2704e2c5051af6aaef
Author: David Craven <address@hidden>
Date:   Sun Aug 28 16:26:28 2016 +0200

    gnu: Add prefix to license imports in (gnu packages display-managers).
    
    * gnu/packages/display-managers.scm: Import (guix licenses) with prefix
      "license:".
---
 gnu/packages/display-managers.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/display-managers.scm 
b/gnu/packages/display-managers.scm
index 579b149..3f3c6db 100644
--- a/gnu/packages/display-managers.scm
+++ b/gnu/packages/display-managers.scm
@@ -19,7 +19,7 @@
 ;;; along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.
 
 (define-module (gnu packages display-managers)
-  #:use-module ((guix licenses) #:prefix l:)
+  #:use-module ((guix licenses) #:prefix license:)
   #:use-module (guix packages)
   #:use-module (guix download)
   #:use-module (guix build-system cmake)
@@ -92,4 +92,4 @@ fonts, External themes support, Configurable runtime options: 
X server --
 login / shutdown / reboot commands, Single (GDM-like) or double (XDM-like)
 input control, Can load predefined user at startup, Configurable welcome /
 shutdown messages, Random theme selection.")
-    (license l:gpl2)))
+    (license license:gpl2)))



reply via email to

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