From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout-p-102.mailbox.org (mout-p-102.mailbox.org [IPv6:2001:67c:2050:0:465::102]) by sourceware.org (Postfix) with ESMTPS id 28E5C3858D38 for ; Fri, 10 Mar 2023 18:50:58 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 28E5C3858D38 Authentication-Results: sourceware.org; dmarc=pass (p=reject dis=none) header.from=aarsen.me Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=aarsen.me Received: from smtp202.mailbox.org (smtp202.mailbox.org [IPv6:2001:67c:2050:b231:465::202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4PYFW25VPDz9slG; Fri, 10 Mar 2023 19:50:54 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=aarsen.me; s=MBO0001; t=1678474254; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=1ZGUSiGywAPez+SEE/HTiuJqo0tnGyN6a/nk03oTGDY=; b=AoMJa6wk70ZrMmfM3ydLeBiC2XCp9DaTWVikuyTHBBE3IAX/znTYPXbgJBWW+wQdLwZoXS s4K0/gSijmmwW1sGz+xLNWfcKbcIpGWlFZVdgVhE9Qv0/AjWyP2fHN5YzxUnkYD3Y5if9J 4xIQd9fSp9DkbkBZFvqlnMy6Gjhm7s+EQ84VeHSH+0wzealaSUoKrsL2iUY+o19KnsyKd/ D7jey1pGEQoxqd8GAS4+xRQQQkx00xeB+MbddwXdKlaplFysnurvRX1wOGpPhtzujVy0Iu 7ugQYQLOjGAa67v9LqNbE1CRoxscbPpoFoLCChk6TNqFTha0GHzSvzxKKiiklw== From: =?UTF-8?q?Arsen=20Arsenovi=C4=87?= To: gcc-patches@gcc.gnu.org Cc: =?UTF-8?q?Arsen=20Arsenovi=C4=87?= Subject: [pushed] MAINTAINERS: add myself to write after approval Date: Fri, 10 Mar 2023 19:50:48 +0100 Message-Id: <20230310185048.1183264-1-arsen@aarsen.me> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4PYFW25VPDz9slG X-Spam-Status: No, score=-11.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,KAM_INFOUSMEBIZ,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: ChangeLog: * MAINTAINERS (Write After Approval): Add myself. --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index a61d3ae06df..3c533cb651d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -318,6 +318,7 @@ from other maintainers or reviewers. Mark G. Adams Pedro Alves Paul-Antoine Arras +Arsen Arsenović Raksit Ashok Matt Austern David Ayers -- 2.39.2