Merge master into staging-next

This commit is contained in:
Frederik Rietdijk
2019-02-24 09:19:12 +01:00
265 changed files with 4145 additions and 1230 deletions

View File

@@ -33,7 +33,7 @@ buildPythonPackage rec {
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/;
maintainers = [ lib.maintainers.chaoflow ];
maintainers = [ ];
platforms = lib.platforms.all;
};
}