Remove myself as maintainer from packages
I'm currently not maintaining any packages.
This commit is contained in:
@@ -19,7 +19,7 @@ in stdenv.mkDerivation {
|
||||
description = "Eases the development of bindings of Qt-based libraries for high level languages by automating most of the process";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
homepage = http://www.pyside.org/docs/apiextractor/;
|
||||
maintainers = [ stdenv.lib.maintainers.chaoflow ];
|
||||
maintainers = [ ];
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -21,7 +21,7 @@ buildPythonPackage rec {
|
||||
description = "LGPL-licensed Python bindings for the Qt cross-platform application and UI framework";
|
||||
license = lib.licenses.lgpl21;
|
||||
homepage = http://www.pyside.org;
|
||||
maintainers = [ lib.maintainers.chaoflow ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -19,7 +19,7 @@ buildPythonPackage rec {
|
||||
description = "Tools for pyside, the LGPL-licensed Python bindings for the Qt cross-platform application and UI framework";
|
||||
license = lib.licenses.gpl2;
|
||||
homepage = http://www.pyside.org;
|
||||
maintainers = [ lib.maintainers.chaoflow ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user