pythonPackages.pyside: update meta

This commit is contained in:
Sandro Jäckel 2021-03-04 18:40:35 +01:00
parent 03831816d8
commit 89c5a92949
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

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