Message ID | 0773eaec59db6b917c0592f6fa941244de16230f.1659351310.git.philip@philipmcgrath.com |
---|---|
State | Accepted |
Headers | show |
Series | [bug#56868] gnu: libunwind: Fix license. | expand |
Hi, Philip McGrath <philip@philipmcgrath.com> skribis: > The license of libunwind is Expat, not X11: > see <https://github.com/libunwind/libunwind/issues/372>. > > * gnu/packages/libunwind.scm (libunwind)[license]: Fix it. Applied, thanks! Ludo’.
diff --git a/gnu/packages/libunwind.scm b/gnu/packages/libunwind.scm index 9eaf26fca8..03412edd25 100644 --- a/gnu/packages/libunwind.scm +++ b/gnu/packages/libunwind.scm @@ -52,4 +52,6 @@ (define-public libunwind 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)))