ffmpeg | branch: master | Anton Khirnov <an...@khirnov.net> | Sat Nov 23 06:16:12 2024 +0100| [3bfb6061fb54d24f0ba80f1b5ad01c0bbb196830] | committer: Anton Khirnov
tools/general_assembly: exclude Derek from GA emails At his own request, he can remove the entry whenever he likes. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3bfb6061fb54d24f0ba80f1b5ad01c0bbb196830 --- tools/general_assembly.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/general_assembly.pl b/tools/general_assembly.pl index 7e0f46093c..bfcb67d988 100755 --- a/tools/general_assembly.pl +++ b/tools/general_assembly.pl @@ -27,6 +27,7 @@ my @extra_members = ( # list of names of people who asked to be excluded from GA emails my %excluded_members = ( + 'Derek Buitenhuis' => 0, ); sub trim { my $s = shift; $s =~ s/^\s+|\s+$//g; return $s }; _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".