mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
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
1 changed files with 3 additions and 1 deletions
|
@ -52,4 +52,6 @@ (define-public libunwind
|
||||||
call-chain (non-local goto). The API supports both local (same-process) and
|
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
|
remote (across-process) operation. As such, the API is useful in a number of
|
||||||
applications.")
|
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 a new issue