guix-commits
[Top][All Lists]
Advanced

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

02/08: gnu: sbcl-trivial-backtrace: Fix 'license' field.


From: guix-commits
Subject: 02/08: gnu: sbcl-trivial-backtrace: Fix 'license' field.
Date: Mon, 8 Apr 2019 04:42:58 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 4f6172f1c5c603cd58f85821bf7a80e716b0c67e
Author: Ludovic Courtès <address@hidden>
Date:   Mon Apr 8 10:21:41 2019 +0200

    gnu: sbcl-trivial-backtrace: Fix 'license' field.
    
    This is a followup to 977b0db4c0e4c5672600e3c14587048a7a6a15fd.
    
    * gnu/packages/lisp.scm (sbcl-trivial-backtrace)[license]: Change to
    LICENSE:EXPAT.
---
 gnu/packages/lisp.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 3039feb..5a30e7c 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -3868,7 +3868,7 @@ gone wrong.  As such, each Lisp has developed its own 
notion of what to
 display, how to display it, and what sort of arguments can be used to
 customize it.  @code{trivial-backtrace} is a simple solution to generating a
 backtrace portably.")
-     (license license:bsd-style))))
+     (license license:expat))))
 
 (define-public cl-trivial-backtrace
   (sbcl-package->cl-source-package sbcl-trivial-backtrace))



reply via email to

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