summary refs log tree commit diff
path: root/pkgs/development/python-modules/pg8000
diff options
context:
space:
mode:
authorRok Garbas <rok@garbas.si>2019-07-03 11:27:39 +0200
committerRok Garbas <rok@garbas.si>2019-07-03 11:27:39 +0200
commit65781e204d7c76b50351676360cecadfd4ec7646 (patch)
treeade3a1c96cbece8854b21e381a106a5c60de12c5 /pkgs/development/python-modules/pg8000
parent01e07b19967547d93e6ce2008366bc011ae0e358 (diff)
downloadnixpkgs-65781e204d7c76b50351676360cecadfd4ec7646.tar
nixpkgs-65781e204d7c76b50351676360cecadfd4ec7646.tar.gz
nixpkgs-65781e204d7c76b50351676360cecadfd4ec7646.tar.bz2
nixpkgs-65781e204d7c76b50351676360cecadfd4ec7646.tar.lz
nixpkgs-65781e204d7c76b50351676360cecadfd4ec7646.tar.xz
nixpkgs-65781e204d7c76b50351676360cecadfd4ec7646.tar.zst
nixpkgs-65781e204d7c76b50351676360cecadfd4ec7646.zip
Remove me (garbas) as maintainer since I don't have much time to maintain anything
Diffstat (limited to 'pkgs/development/python-modules/pg8000')
-rw-r--r--pkgs/development/python-modules/pg8000/1_12.nix2
-rw-r--r--pkgs/development/python-modules/pg8000/default.nix2
2 files changed, 2 insertions, 2 deletions
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;
   };