diff --git a/devel/py-pybind11/pkg-descr b/devel/py-pybind11/pkg-descr index c280f1330bf4..205414776d84 100644 --- a/devel/py-pybind11/pkg-descr +++ b/devel/py-pybind11/pkg-descr @@ -1,7 +1,7 @@ A lightweight header-only library to create Python bindings of 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. -WWW: https://github.com/wjakob/pybind11 +WWW: https://github.com/pybind/pybind11