diff --git a/pkgs/development/python-modules/pyside/shiboken.nix b/pkgs/development/python-modules/pyside/shiboken.nix index fb6d2f6d229..21c79c6e9e1 100644 --- a/pkgs/development/python-modules/pyside/shiboken.nix +++ b/pkgs/development/python-modules/pyside/shiboken.nix @@ -48,11 +48,11 @@ buildPythonPackage rec { "-DPYTHON3_LIBRARY=${lib.getLib python}/lib" ]; - meta = { + meta = with lib; { description = "Plugin (front-end) for pyside-generatorrunner, that generates bindings for C++ libraries using CPython source code"; - license = lib.licenses.gpl2; - homepage = "http://www.pyside.org/docs/shiboken/"; + license = licenses.gpl2; + homepage = "http://www.pyside.org/"; maintainers = [ ]; - platforms = lib.platforms.all; + platforms = platforms.all; }; }