summary refs log tree commit diff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-02-10 17:47:07 +0100
committerLudovic Courtès <ludo@gnu.org>2020-02-10 23:31:58 +0100
commit65eada58a07562809ba2daf6310244bf43133871 (patch)
tree4a15c14df2bf54be8c42550ef47ac0a04c8f3340 /gnu/packages/python-xyz.scm
parenta063bac618c36658dbb1dbf4a602172cae22975f (diff)
downloadguix-65eada58a07562809ba2daf6310244bf43133871.tar.gz
gnu: pybind11: Change 'license' field to BSD-3.
* gnu/packages/python-xyz.scm (pybind11)[license]: Change to BSD-3.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c32b3a1a95..efa74a79f3 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