guix-commits
[Top][All Lists]
Advanced

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

02/09: gnu: pybind11: Change 'license' field to BSD-3.


From: guix-commits
Subject: 02/09: gnu: pybind11: Change 'license' field to BSD-3.
Date: Mon, 10 Feb 2020 17:34:59 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 65eada58a07562809ba2daf6310244bf43133871
Author: Ludovic Courtès <address@hidden>
AuthorDate: Mon Feb 10 17:47:07 2020 +0100

    gnu: pybind11: Change 'license' field to BSD-3.
    
    * gnu/packages/python-xyz.scm (pybind11)[license]: Change to BSD-3.
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c32b3a1..efa74a7 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15419,7 +15419,7 @@ existing C++ code.  Its goals and syntax are similar to 
the excellent
 Boost.Python library by David Abrahams: to minimize boilerplate code in
 traditional extension modules by inferring type information using compile-time
 introspection.")
-    (license license:expat)))
+    (license license:bsd-3)))
 
 (define-public python-fasteners
   (package



reply via email to

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