mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: libbacktrace: Correct license.
* gnu/packages/debug.scm (libbacktrace)[license]: Correct from expat to bsd-3.
This commit is contained in:
@@ -649,7 +649,7 @@ fun.")
|
||||
(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
|
||||
|
||||
Reference in New Issue
Block a user