Remove myself as maintainer from packages

I'm currently not maintaining any packages.
This commit is contained in:
Florian Friesdorf
2019-02-22 16:14:13 +01:00
parent e5405f9ae8
commit fbef5ab82f
63 changed files with 63 additions and 63 deletions

View File

@@ -21,7 +21,7 @@ in stdenv.mkDerivation rec {
description = "Eases the development of binding generators for C++ and Qt-based libraries by providing a framework to help automating most of the process";
license = stdenv.lib.licenses.gpl2;
homepage = http://www.pyside.org/docs/generatorrunner/;
maintainers = [ stdenv.lib.maintainers.chaoflow ];
maintainers = [ ];
platforms = stdenv.lib.platforms.all;
};
}