ffmpeg | branch: master | Anton Khirnov <an...@khirnov.net> | Tue Nov 28 09:07:23 2023 +0100| [66a02a85088fa8796045a305722f611df8901439] | committer: Anton Khirnov
tools/general_assembly: add newly voted-in extra GA members Cf. * https://vote.ffmpeg.org/cgi-bin/civs/results.pl?id=E_d0b225b9aa8d45d5 * http://lists.ffmpeg.org/pipermail/ffmpeg-devel/2023-November/317496.html Message-Id <170115613784.8914.4950266152609138...@lain.khirnov.net> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=66a02a85088fa8796045a305722f611df8901439 --- tools/general_assembly.pl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/general_assembly.pl b/tools/general_assembly.pl index 13c13bb28f..aa10384aef 100755 --- a/tools/general_assembly.pl +++ b/tools/general_assembly.pl @@ -17,6 +17,12 @@ my @extra_members = ( # entries should be of the format # [ <name>, <email>, <date elected> ], # ['Foo Bar', 'foo@bar', DateTime->new(year => 8613, month => 5, day => 22)], + ['Ronald Bultje', 'rsbul...@gmail.com', DateTime->new(year => 2023, month => 11, day => 28)], + ['Hendrik Leppkes', 'h.lepp...@gmail.com', DateTime->new(year => 2023, month => 11, day => 28)], + ['Reimar Döffinger', 'reimar.doeffin...@gmx.de', DateTime->new(year => 2023, month => 11, day => 28)], + ['Alexander Strasser', 'eclip...@gmx.net', DateTime->new(year => 2023, month => 11, day => 28)], + ['Baptiste Coudurier', 'baptiste.coudur...@gmail.com', DateTime->new(year => 2023, month => 11, day => 28)], + ['Shiyou Yin', 'yinshiyou...@loongson.cn', DateTime->new(year => 2023, month => 11, day => 28)], ); 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".