me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/python-xyz.scm (pybind11)[license]: Change to BSD-3.
master
Ludovic Courtès 2020-02-10 17:47:07 +01:00
parent a063bac618
commit 65eada58a0
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -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