mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: libbacktrace: Correct license.
* gnu/packages/debug.scm (libbacktrace)[license]: Correct from expat to bsd-3.
This commit is contained in:
parent
b4369430e3
commit
057a8868fb
1 changed files with 1 additions and 1 deletions
|
@ -649,7 +649,7 @@ (define-public libbacktrace
|
|||
(synopsis "C library for producing symbolic backtraces")
|
||||
(description "The @code{libbacktrace} library can be linked into a C/C++
|
||||
program to produce symbolic backtraces.")
|
||||
(license license:expat))))
|
||||
(license license:bsd-3))))
|
||||
|
||||
(define-public libleak
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue