gnu: libunwind: Fix license.
The license of libunwind is Expat, not X11: see <https://github.com/libunwind/libunwind/issues/372>. * gnu/packages/libunwind.scm (libunwind)[license]: Fix it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
5c585a7ff1
commit
bce64b4180
@ -52,4 +52,6 @@ state of each call-frame and to resume execution at any point in the
|
||||
call-chain (non-local goto). The API supports both local (same-process) and
|
||||
remote (across-process) operation. As such, the API is useful in a number of
|
||||
applications.")
|
||||
(license x11)))
|
||||
;; Do not believe <https://savannah.nongnu.org/projects/libunwind/>:
|
||||
;; see <https://github.com/libunwind/libunwind/issues/372>.
|
||||
(license expat)))
|
||||
|
Loading…
Reference in New Issue
Block a user