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.
This commit is contained in:
Florian Klink 2020-11-11 20:40:41 +01:00
parent 380337da10
commit 7741f925f1

View file

@ -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
};
}