about summary refs log tree commit diff
path: root/pkgs/development/python-modules/google-cloud-bigtable
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2023-06-30 17:53:25 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2023-07-18 13:10:04 +0200
commit386b81c136728d8c59d38753e88aa8fbbec95304 (patch)
treef81c7bb7101fc56dcee369ea467ef7da4bb8b627 /pkgs/development/python-modules/google-cloud-bigtable
parentec51d7914819e9e5ee7b43a1c62e3586991eca82 (diff)
treewide: drop inactive maintainer costrouc from all python packages
Diffstat (limited to 'pkgs/development/python-modules/google-cloud-bigtable')
-rw-r--r--pkgs/development/python-modules/google-cloud-bigtable/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/google-cloud-bigtable/default.nix b/pkgs/development/python-modules/google-cloud-bigtable/default.nix
index b8d6bee573c21..6a67b978986f6 100644
--- a/pkgs/development/python-modules/google-cloud-bigtable/default.nix
+++ b/pkgs/development/python-modules/google-cloud-bigtable/default.nix
@@ -65,6 +65,6 @@ buildPythonPackage rec {
     homepage = "https://github.com/googleapis/python-bigtable";
     changelog = "https://github.com/googleapis/python-bigtable/blob/v${version}/CHANGELOG.md";
     license = licenses.asl20;
-    maintainers = with maintainers; [ costrouc ];
+    maintainers = with maintainers; [ ];
   };
 }