[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))
- branch master updated (bf71ac0 -> 8d75e20), guix-commits, 2019/04/08
- 01/08: gnu: guix: Update to d78bfd2., guix-commits, 2019/04/08
- 02/08: gnu: sbcl-trivial-backtrace: Fix 'license' field.,
guix-commits <=
- 03/08: gnu: scalapack: Use 'non-copyleft' as the license., guix-commits, 2019/04/08
- 06/08: installer: Xfce service uses the 'service' form., guix-commits, 2019/04/08
- 05/08: gnu: mpv: Set absolute path to 'youtube-dl'., guix-commits, 2019/04/08
- 04/08: licenses: Remove 'bsd-style'., guix-commits, 2019/04/08
- 07/08: installer: Generate 'set-xorg-configuration' snippet., guix-commits, 2019/04/08
- 08/08: installer: Use 'append' and 'list' instead of 'cons*'., guix-commits, 2019/04/08