From 2a050f21376bea99f076b980f4bc53301140332e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cillian=20de=20R=C3=B3iste?= Date: Mon, 21 Jan 2013 22:36:59 +0100 Subject: [PATCH] pythonPackages: add myself as maintainer to some packages which I added --- pkgs/top-level/python-packages.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index e1532e73008..8d9d8352356 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -3507,6 +3507,7 @@ pythonPackages = python.modules // rec { description = "Structured Configuration Library"; homepage = http://pypi.python.org/pypi/ZConfig; license = "ZPL"; + maintainers = [ stdenv.lib.maintainers.goibhniu ]; }; }; @@ -3524,6 +3525,7 @@ pythonPackages = python.modules // rec { description = "Inter-process locks"; homepage = http://www.python.org/pypi/zc.lockfile; license = "ZPL"; + maintainers = [ stdenv.lib.maintainers.goibhniu ]; }; }; @@ -3543,6 +3545,7 @@ pythonPackages = python.modules // rec { description = "A daemon process control library and tools for Unix-based systems"; homepage = http://pypi.python.org/pypi/zdaemon; license = "ZPL"; + maintainers = [ stdenv.lib.maintainers.goibhniu ]; }; }; @@ -3592,6 +3595,7 @@ pythonPackages = python.modules // rec { description = "An object-oriented database for Python"; homepage = http://pypi.python.org/pypi/ZODB3; license = "ZPL"; + maintainers = [ stdenv.lib.maintainers.goibhniu ]; }; }; @@ -3609,6 +3613,7 @@ pythonPackages = python.modules // rec { description = "An event publishing system"; homepage = http://pypi.python.org/pypi/zope.event; license = "ZPL"; + maintainers = [ stdenv.lib.maintainers.goibhniu ]; }; }; @@ -3628,6 +3633,7 @@ pythonPackages = python.modules // rec { description = "Exception interfaces and implementations"; homepage = http://pypi.python.org/pypi/zope.exceptions; license = "ZPL"; + maintainers = [ stdenv.lib.maintainers.goibhniu ]; }; }; @@ -3647,6 +3653,7 @@ pythonPackages = python.modules // rec { description = "Zope testing helpers"; homepage = http://pypi.python.org/pypi/zope.testing; license = "ZPL"; + maintainers = [ stdenv.lib.maintainers.goibhniu ]; }; }; @@ -3668,6 +3675,7 @@ pythonPackages = python.modules // rec { description = "A flexible test runner with layer support"; homepage = http://pypi.python.org/pypi/zope.testrunner; license = "ZPL"; + maintainers = [ stdenv.lib.maintainers.goibhniu ]; }; };