guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: libbacktrace: Correct license.


From: guix-commits
Subject: branch master updated: gnu: libbacktrace: Correct license.
Date: Thu, 15 Oct 2020 11:12:13 -0400

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 057a886  gnu: libbacktrace: Correct license.
057a886 is described below

commit 057a8868fb9a38661adbf5e94b8a2b0803871dff
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Oct 14 10:32:13 2020 -0400

    gnu: libbacktrace: Correct license.
    
    * gnu/packages/debug.scm (libbacktrace)[license]: Correct from expat to 
bsd-3.
---
 gnu/packages/debug.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm
index 9041cac..9dc32c7 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]