Commit 00e47b8e authored by Nicolas Benes's avatar Nicolas Benes
Browse files

opentelemetry-cpp: add panicgh to maintainers

parent 27664b5d
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -96,7 +96,10 @@ stdenv.mkDerivation (finalAttrs: {
    description = "OpenTelemetry C++ Client Library";
    homepage = "https://github.com/open-telemetry/opentelemetry-cpp";
    license = [ lib.licenses.asl20 ];
    maintainers = with lib.maintainers; [ jfroche ];
    maintainers = with lib.maintainers; [
      jfroche
      panicgh
    ];
    platforms = lib.platforms.linux;
    # https://github.com/protocolbuffers/protobuf/issues/14492
    broken = !(stdenv.buildPlatform.canExecute stdenv.hostPlatform);