guix-commits
[Top][All Lists]
Advanced

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

03/13: gnu: node: Use license prefix.


From: guix-commits
Subject: 03/13: gnu: node: Use license prefix.
Date: Fri, 23 Oct 2020 18:14:45 -0400 (EDT)

jlicht pushed a commit to branch wip-node-14
in repository guix.

commit 72f22f44593fa5415d8869b5ea0169231eed99b6
Author: Jelle Licht <jlicht@fsfe.org>
AuthorDate: Fri Oct 23 22:21:58 2020 +0200

    gnu: node: Use license prefix.
    
    * gnu/packages/node.scm (node)[license]: Use prefix for license.
---
 gnu/packages/node.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm
index f0b989b..5fec858 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -24,7 +24,7 @@
 ;;; along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.
 
 (define-module (gnu packages node)
-  #:use-module ((guix licenses) #:select (expat))
+  #:use-module ((guix licenses) #:prefix license:)
   #:use-module ((guix build utils) #:select (alist-replace))
   #:use-module (guix packages)
   #:use-module (guix derivations)
@@ -197,7 +197,7 @@ event-driven, non-blocking I/O model that makes it 
lightweight and efficient,
 perfect for data-intensive real-time applications that run across distributed
 devices.")
     (home-page "https://nodejs.org/";)
-    (license expat)
+    (license license:expat)
     (properties '((max-silent-time . 7200)     ;2h, needed on ARM
                   (timeout . 21600)))))        ;6h
 



reply via email to

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