Unverified Commit 5f7f854b authored by Yueh-Shun Li's avatar Yueh-Shun Li Committed by GitHub
Browse files

opentelemetry-cpp: add panicgh to maintainers (#440192)

parents 7622182f 00e47b8e
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);