about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pyside/tools.nix
diff options
context:
space:
mode:
authorFlorian Friesdorf <florian@ternaris.com>2019-02-22 16:14:13 +0100
committerFlorian Friesdorf <florian@ternaris.com>2019-02-22 16:14:13 +0100
commitfbef5ab82fc231d6bf81b60859ee2569ba8110b3 (patch)
tree24e3579a4441c0b68e3b7704d27b3ab7bd97e441 /pkgs/development/python-modules/pyside/tools.nix
parente5405f9ae8b87c202a22438dd162defda1996a97 (diff)
downloadnixlib-fbef5ab82fc231d6bf81b60859ee2569ba8110b3.tar
nixlib-fbef5ab82fc231d6bf81b60859ee2569ba8110b3.tar.gz
nixlib-fbef5ab82fc231d6bf81b60859ee2569ba8110b3.tar.bz2
nixlib-fbef5ab82fc231d6bf81b60859ee2569ba8110b3.tar.lz
nixlib-fbef5ab82fc231d6bf81b60859ee2569ba8110b3.tar.xz
nixlib-fbef5ab82fc231d6bf81b60859ee2569ba8110b3.tar.zst
nixlib-fbef5ab82fc231d6bf81b60859ee2569ba8110b3.zip
Remove myself as maintainer from packages
I'm currently not maintaining any packages.
Diffstat (limited to 'pkgs/development/python-modules/pyside/tools.nix')
-rw-r--r--pkgs/development/python-modules/pyside/tools.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/pyside/tools.nix b/pkgs/development/python-modules/pyside/tools.nix
index a56899f8d0b3..abb0bdebd5da 100644
--- a/pkgs/development/python-modules/pyside/tools.nix
+++ b/pkgs/development/python-modules/pyside/tools.nix
@@ -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;
   };
 }