From 65781e204d7c76b50351676360cecadfd4ec7646 Mon Sep 17 00:00:00 2001 From: Rok Garbas Date: Wed, 3 Jul 2019 11:27:39 +0200 Subject: Remove me (garbas) as maintainer since I don't have much time to maintain anything --- pkgs/development/python-modules/pg8000/1_12.nix | 2 +- pkgs/development/python-modules/pg8000/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/development/python-modules/pg8000') diff --git a/pkgs/development/python-modules/pg8000/1_12.nix b/pkgs/development/python-modules/pg8000/1_12.nix index 26b9cf4f6a9..efeee5e077f 100644 --- a/pkgs/development/python-modules/pg8000/1_12.nix +++ b/pkgs/development/python-modules/pg8000/1_12.nix @@ -19,7 +19,7 @@ buildPythonPackage rec { meta = with stdenv.lib; { homepage = https://github.com/tlocke/pg8000; description = "PostgreSQL interface library, for asyncio"; - maintainers = with maintainers; [ garbas domenkozar ]; + maintainers = with maintainers; [ domenkozar ]; platforms = platforms.unix; }; diff --git a/pkgs/development/python-modules/pg8000/default.nix b/pkgs/development/python-modules/pg8000/default.nix index eccbd9c0d15..7ea154255c1 100644 --- a/pkgs/development/python-modules/pg8000/default.nix +++ b/pkgs/development/python-modules/pg8000/default.nix @@ -21,7 +21,7 @@ buildPythonPackage rec { meta = with stdenv.lib; { homepage = https://github.com/tlocke/pg8000; description = "PostgreSQL interface library, for asyncio"; - maintainers = with maintainers; [ garbas domenkozar ]; + maintainers = with maintainers; [ domenkozar ]; platforms = platforms.unix; }; -- cgit 1.4.1