me
/
guix
Archived
1
0
Fork 0

gnu: libbacktrace: Correct license.

* gnu/packages/debug.scm (libbacktrace)[license]: Correct from expat to bsd-3.
master
Maxim Cournoyer 2020-10-14 10:32:13 -04:00
parent b4369430e3
commit 057a8868fb
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 1 deletions

View File

@ -649,7 +649,7 @@ fun.")
(synopsis "C library for producing symbolic backtraces") (synopsis "C library for producing symbolic backtraces")
(description "The @code{libbacktrace} library can be linked into a C/C++ (description "The @code{libbacktrace} library can be linked into a C/C++
program to produce symbolic backtraces.") program to produce symbolic backtraces.")
(license license:expat)))) (license license:bsd-3))))
(define-public libleak (define-public libleak
(package (package