summaryrefslogtreecommitdiff
path: root/gnu/packages/debug.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2020-10-14 10:32:13 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2020-10-15 08:45:23 -0400
commit057a8868fb9a38661adbf5e94b8a2b0803871dff (patch)
tree5384663b5781523564b6321a62bfdfd2705e8e05 /gnu/packages/debug.scm
parentb4369430e3c0d895f7be92e473c1aca261c699dc (diff)
downloadguix-patches-057a8868fb9a38661adbf5e94b8a2b0803871dff.tar
guix-patches-057a8868fb9a38661adbf5e94b8a2b0803871dff.tar.gz
gnu: libbacktrace: Correct license.
* gnu/packages/debug.scm (libbacktrace)[license]: Correct from expat to bsd-3.
Diffstat (limited to 'gnu/packages/debug.scm')
-rw-r--r--gnu/packages/debug.scm2
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