diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2020-10-14 10:32:13 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2020-10-15 08:45:23 -0400 |
commit | 057a8868fb9a38661adbf5e94b8a2b0803871dff (patch) | |
tree | 5384663b5781523564b6321a62bfdfd2705e8e05 /gnu/packages | |
parent | b4369430e3c0d895f7be92e473c1aca261c699dc (diff) | |
download | guix-057a8868fb9a38661adbf5e94b8a2b0803871dff.tar.gz |
gnu: libbacktrace: Correct license.
* gnu/packages/debug.scm (libbacktrace)[license]: Correct from expat to bsd-3.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/debug.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm index 9041cac4e2..9dc32c70f4 100644 --- a/gnu/packages/debug.scm +++ b/gnu/packages/debug.scm @@ -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 |