[FFmpeg-cvslog] tools/general_assembly: add newly voted-in extra GA members

Anton Khirnov git at videolan.org
Tue Nov 28 10:12:35 EET 2023


ffmpeg | branch: master | Anton Khirnov <anton at 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.4950266152609138336 at 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 at bar', DateTime->new(year => 8613, month => 5, day => 22)],
+    ['Ronald Bultje',       'rsbultje at gmail.com',           DateTime->new(year => 2023, month => 11, day => 28)],
+    ['Hendrik Leppkes',     'h.leppkes at gmail.com',          DateTime->new(year => 2023, month => 11, day => 28)],
+    ['Reimar Döffinger',    'Reimar.Doeffinger at gmx.de',     DateTime->new(year => 2023, month => 11, day => 28)],
+    ['Alexander Strasser',  'eclipse7 at gmx.net',             DateTime->new(year => 2023, month => 11, day => 28)],
+    ['Baptiste Coudurier',  'baptiste.coudurier at gmail.com', DateTime->new(year => 2023, month => 11, day => 28)],
+    ['Shiyou Yin',          'yinshiyou-hf at loongson.cn',     DateTime->new(year => 2023, month => 11, day => 28)],
 );
 
 sub trim { my $s = shift; $s =~ s/^\s+|\s+$//g; return $s };



More information about the ffmpeg-cvslog mailing list