diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-10-26 21:07:03 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-10-26 21:07:03 +0200 |
commit | fdf02484289e155de56e7320f7e1dd1e57431f4b (patch) | |
tree | afe2e50f82f0a380e1af4c4deae23091a608dc84 /gnu | |
parent | fdc4f665dc91005f95b3a643fa8fc2fa9f9863d2 (diff) | |
download | patches-fdf02484289e155de56e7320f7e1dd1e57431f4b.tar patches-fdf02484289e155de56e7320f7e1dd1e57431f4b.tar.gz |
gnu: sbcl-lift: Fix 'license' field.
The invalid 'license' field was preventing evaluations from completing.
* gnu/packages/lisp.scm (sbcl-lift)[license]: Change to LICENSE:EXPAT.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/lisp.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index 7964aa307e..c32380969f 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -2403,7 +2403,7 @@ testcases are organized into hierarchical testsuites each of which can have its own fixture. When run, a testcase can succeed, fail, or error. LIFT supports randomized testing, benchmarking, profiling, and reporting.") (home-page "https://github.com/gwkkwg/lift") - (license license:x11-style)))) + (license license:expat)))) (define-public cl-lift (sbcl-package->cl-source-package sbcl-lift)) |