From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id bFKHGZJ9CWOs4C0AWB0awg (envelope-from ) for ; Fri, 26 Aug 2022 22:12:34 -0400 Received: by simark.ca (Postfix, from userid 112) id 5AE911E4A7; Fri, 26 Aug 2022 22:12:34 -0400 (EDT) Authentication-Results: simark.ca; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.a=rsa-sha256 header.s=default header.b=FwNckb5O; dkim-atps=neutral X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RDNS_DYNAMIC,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from sourceware.org (ip-8-43-85-97.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 12D531E222 for ; Fri, 26 Aug 2022 22:12:34 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 8EBB7382EA29 for ; Sat, 27 Aug 2022 02:12:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8EBB7382EA29 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1661566353; bh=pZWjDBgNVblrtUvtu81+IW3SkenV1q0oKex9ysVEpLQ=; h=To:Subject:Date:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:Cc:From; b=FwNckb5O0dAdJfziOf0g4qAd1JENUBrFuFZHu8Ub0t5L7E/fvxRFPjja6UKHch5F+ Uqdgsbxd1EEC1gQ+A4YKDaF8jfvMTaNUfDz4ZqVZdGMBDfrI3+tBbUIhrRrBQFlZox 64lbueaAXsT/iS0/r+I6igSWojKqBRr4vxRDDKSM= Received: from mail-sender-0.a4lg.com (mail-sender.a4lg.com [153.120.152.154]) by sourceware.org (Postfix) with ESMTPS id 948A9382EA0E for ; Sat, 27 Aug 2022 02:12:13 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 948A9382EA0E Received: from [127.0.0.1] (localhost [127.0.0.1]) by mail-sender-0.a4lg.com (Postfix) with ESMTPSA id 45AD7300089; Sat, 27 Aug 2022 02:12:11 +0000 (UTC) To: Tsukasa OI , Andrew Burgess , Mike Frysinger Subject: [PATCH] sim: Update mailing list address Date: Sat, 27 Aug 2022 02:12:09 +0000 Message-Id: <80bd8d2e1056f04bd1347a9bbcaaf1d0cd847b24.1661566296.git.research_trasio@irq.a4lg.com> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Tsukasa OI via Gdb-patches Reply-To: Tsukasa OI Cc: gdb-patches@sourceware.org Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" The commit bf1102165389 "* MAINTAINERS: Perform some obvious fixups." back in 2009 changed the mailing list address gdb-patches@sources.redhat.com to gdb-patches@sourceware.org. This commit does the same to sim/MAINTAINERS. sim/ChangeLog: * MAINTAINERS: Update mailing list address. --- sim/MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sim/MAINTAINERS b/sim/MAINTAINERS index 2d9c0757160..ac79a6db544 100644 --- a/sim/MAINTAINERS +++ b/sim/MAINTAINERS @@ -5,7 +5,7 @@ gdb/MAINTAINERS for general information about maintaining these files. If you are considering contributing a patch, please see the file gdb/CONTRIBUTE. Patches to these files should be posted to: -gdb-patches@sources.redhat.com +gdb-patches@sourceware.org Global Maintainers base-commit: 46e59b72f21029f2a863e3828cec76a03283b49d -- 2.34.1