From 7741f925f16e26ab9c601291337e3efb46d00dec Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Wed, 11 Nov 2020 20:40:41 +0100 Subject: [PATCH] google-cloud-cpp: remove myself from maintainers This was only to enable https://github.com/NixOS/nix/pull/3021, which has bitrotted sufficiently in the meantime. --- pkgs/development/libraries/google-cloud-cpp/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/google-cloud-cpp/default.nix b/pkgs/development/libraries/google-cloud-cpp/default.nix index b2d8856bfea..104823b2795 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 flokli ]; + maintainers = with maintainers; [ andir ]; broken = true; # Broken on Hydra since 2020-05-19 }; }