aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Rammhold <andreas@rammhold.de>2020-12-06 21:22:44 +0100
committerAndreas Rammhold <andreas@rammhold.de>2020-12-06 21:24:50 +0100
commit7560a94bd19c48cf54d74e981c0fac9c23c02635 (patch)
tree8efa44397b9cc95afecdb20d8adb0ae0ff4cc472
parentdc6971ccf97c260c8c33ced0456a505cd63f2a13 (diff)
google-cloud-cpp: drop maintainership
I am not using this anymore and do not plan to work on this package anylonger.
-rw-r--r--pkgs/development/libraries/google-cloud-cpp/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/google-cloud-cpp/default.nix b/pkgs/development/libraries/google-cloud-cpp/default.nix
index 104823b27956..7528925088e5 100644
--- a/pkgs/development/libraries/google-cloud-cpp/default.nix
+++ b/pkgs/development/libraries/google-cloud-cpp/default.nix
@@ -57,7 +57,7 @@ in stdenv.mkDerivation rec {
license = with licenses; [ asl20 ];
homepage = "https://github.com/googleapis/google-cloud-cpp";
description = "C++ Idiomatic Clients for Google Cloud Platform services";
- maintainers = with maintainers; [ andir ];
+ maintainers = with maintainers; [ ];
broken = true; # Broken on Hydra since 2020-05-19
};
}