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 0ACD7473BE for ; Mon, 6 Nov 2023 08:34:08 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 29D1668CA85; Mon, 6 Nov 2023 10:34:06 +0200 (EET) Received: from mail1.khirnov.net (quelana.khirnov.net [94.230.150.81]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 632ED68C933 for ; Mon, 6 Nov 2023 10:34:00 +0200 (EET) Received: from localhost (mail1.khirnov.net [IPv6:::1]) by mail1.khirnov.net (Postfix) with ESMTP id 7ADC711B4 for ; Mon, 6 Nov 2023 09:33:59 +0100 (CET) Received: from mail1.khirnov.net ([IPv6:::1]) by localhost (mail1.khirnov.net [IPv6:::1]) (amavis, port 10024) with ESMTP id cTpxMaEQ9im6 for ; Mon, 6 Nov 2023 09:33:58 +0100 (CET) Received: from libav.khirnov.net (libav.khirnov.net [IPv6:2a00:c500:561:201::7]) (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 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "libav.khirnov.net", Issuer "smtp.khirnov.net SMTP CA" (verified OK)) by mail1.khirnov.net (Postfix) with ESMTPS id BC282986 for ; Mon, 6 Nov 2023 09:33:58 +0100 (CET) Received: from libav.khirnov.net (libav.khirnov.net [IPv6:::1]) by libav.khirnov.net (Postfix) with ESMTP id 1B16D3A05FF for ; Mon, 6 Nov 2023 09:33:51 +0100 (CET) From: Anton Khirnov To: ffmpeg-devel@ffmpeg.org Date: Mon, 6 Nov 2023 09:33:49 +0100 Message-ID: <20231106083349.16138-2-anton@khirnov.net> X-Mailer: git-send-email 2.42.0 In-Reply-To: <20231106083349.16138-1-anton@khirnov.net> References: <20231106083349.16138-1-anton@khirnov.net> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 2/2] doc/community: improve wording 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: By intent, and in practice, the "active contributor" criterium applies to the person authoring the commits, not the one pushing them into the repository. --- doc/community.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/community.texi b/doc/community.texi index 92a08ce2b9..90d2b6f366 100644 --- a/doc/community.texi +++ b/doc/community.texi @@ -26,7 +26,7 @@ The General Assembly is sovereign and legitimate for all its decisions regarding The General Assembly is made up of active contributors. -Contributors are considered "active contributors" if they have pushed more than 20 patches in the last 36 months in the main FFmpeg repository, or if they have been voted in by the GA. +Contributors are considered "active contributors" if they have authored more than 20 patches in the last 36 months in the main FFmpeg repository, or if they have been voted in by the GA. The list of active contributors is updated twice each year, on 1st January and 1st July, 0:00 UTC. -- 2.42.0 _______________________________________________ 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".