From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id E092945626 for ; Wed, 8 Feb 2023 15:51:37 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 504F568BED4; Wed, 8 Feb 2023 17:51:36 +0200 (EET) Received: from shout01.mail.de (shout01.mail.de [62.201.172.24]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id ACADE68BD48 for ; Wed, 8 Feb 2023 17:51:30 +0200 (EET) Received: from postfix01.mail.de (postfix01.bt.mail.de [10.0.121.125]) by shout01.mail.de (Postfix) with ESMTP id 5756AA0764 for ; Wed, 8 Feb 2023 16:51:30 +0100 (CET) Received: from smtp03.mail.de (smtp03.bt.mail.de [10.0.121.213]) by postfix01.mail.de (Postfix) with ESMTP id 3DA838020A for ; Wed, 8 Feb 2023 16:51:30 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mail.de; s=mailde202009; t=1675871490; bh=gik8717pIm4tfe6mzpVmvFZA6Lp9VWPIo/gb4mQajEs=; h=From:To:Subject:Date:Message-Id:From:To:CC:Subject:Reply-To; b=4bo4TGrPBa0RCCnrExDr+DFGAi+nllNNDA94+VHzhnSZQkNGsoMweedI9r539vh2Z 8SJ6olfr6iKBWCovMw0281d3cN4PDhcN6CF47Wlj3KWzywSh+5wjxvMhLjZZVd4WIo aUB63E0AsfyFjG6tHInqq0Tz0cK3ivA9Z093Bfyyb3tbbh8bpb1+USVJl4K7EuMZ1+ 60TxGUoVsW0eG98wPzow4DwcgPdc+F3+4j9WsrgKx4+2nMyzTeDHHJJmKpotdJKuik D1I4TCDAxknd26xIfXmQ7Bwwrb9N2/TYOoADAcsMkTIq/Czvjqcln1Q/vTg+bp1uyQ Ovkh2x24yjRog== Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp03.mail.de (Postfix) with ESMTPSA id 01D89A03A8 for ; Wed, 8 Feb 2023 16:51:29 +0100 (CET) From: Thilo Borgmann To: ffmpeg-devel@ffmpeg.org Date: Wed, 8 Feb 2023 16:51:28 +0100 Message-Id: <20230208155129.42240-1-thilo.borgmann@mail.de> MIME-Version: 1.0 X-purgate: clean X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate-type: clean X-purgate-Ad: Categorized by eleven eXpurgate (R) http://www.eleven.de X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate: clean X-purgate-size: 1105 X-purgate-ID: 154282::1675871490-727FA647-EB96AAD6/0/0 Subject: [FFmpeg-devel] [PATCH 1/2] doc/dev_community: add the addresses of the committees X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: From: Nicolas George Omitting the .org from the address should be protection enough against spam spiders. Signed-off-by: Nicolas George --- doc/dev_community/community.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/dev_community/community.md b/doc/dev_community/community.md index 21e08e20e3..59519393e2 100644 --- a/doc/dev_community/community.md +++ b/doc/dev_community/community.md @@ -55,6 +55,8 @@ Candidates for election can either be suggested or self-nominated. The conflict resolution process is detailed in the [resolution process](resolution_process.md) document. +The TC can be contacted at . + ## Community committee The Community Committee (CC) is here to arbitrage and make decisions when @@ -77,3 +79,5 @@ The members of the CC can be elected from outside of the GA. Candidates for election can either be suggested or self-nominated. The CC is governed by and responsible for enforcing the Code of Conduct. + +The CC can be contacted at . -- 2.20.1 (Apple Git-117) _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".