File: authors.md

package info (click to toggle)
rclone 1.69.3%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 45,712 kB
  • sloc: sh: 1,115; xml: 857; python: 754; javascript: 612; makefile: 299; ansic: 101; php: 74
file content (926 lines) | stat: -rw-r--r-- 40,724 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
---
title: "Authors"
description: "Rclone Authors and Contributors"
---

# Authors and contributors

Authors
-------

  * Nick Craig-Wood <nick@craig-wood.com>

Contributors
------------

{{< rem `email addresses removed from here need to be added to
bin/.ignore-emails to make sure update-authors.py doesn't immediately
put them back in again.` >}}

  * Alex Couper <amcouper@gmail.com>
  * Leonid Shalupov <leonid@shalupov.com> <shalupov@diverse.org.ru>
  * Shimon Doodkin <helpmepro1@gmail.com>
  * Colin Nicholson <colin@colinn.com>
  * Klaus Post <klauspost@gmail.com>
  * Sergey Tolmachev <tolsi.ru@gmail.com>
  * Adriano Aurélio Meirelles <adriano@atinge.com>
  * C. Bess <cbess@users.noreply.github.com>
  * Dmitry Burdeev <dibu28@gmail.com>
  * Joseph Spurrier <github@josephspurrier.com>
  * Björn Harrtell <bjorn@wololo.org>
  * Xavier Lucas <xavier.lucas@corp.ovh.com>
  * Werner Beroux <werner@beroux.com>
  * Brian Stengaard <brian@stengaard.eu>
  * Jakub Gedeon <jgedeon@sofi.com>
  * Jim Tittsler <jwt@onjapan.net>
  * Michal Witkowski <michal@improbable.io>
  * Fabian Ruff <fabian.ruff@sap.com>
  * Leigh Klotz <klotz@quixey.com>
  * Romain Lapray <lapray.romain@gmail.com>
  * Justin R. Wilson <jrw972@gmail.com>
  * Antonio Messina <antonio.s.messina@gmail.com>
  * Stefan G. Weichinger <office@oops.co.at>
  * Per Cederberg <cederberg@gmail.com>
  * Radek Šenfeld <rush@logic.cz>
  * Fredrik Fornwall <fredrik@fornwall.net>
  * Asko Tamm <asko@deekit.net>
  * xor-zz <xor@gstocco.com>
  * Tomasz Mazur <tmazur90@gmail.com>
  * Marco Paganini <paganini@paganini.net>
  * Felix Bünemann <buenemann@louis.info>
  * Durval Menezes <jmrclone@durval.com>
  * Luiz Carlos Rumbelsperger Viana <maxd13_luiz_carlos@hotmail.com>
  * Stefan Breunig <stefan-github@yrden.de>
  * Alishan Ladhani <ali-l@users.noreply.github.com>
  * 0xJAKE <0xJAKE@users.noreply.github.com>
  * Thibault Molleman <thibaultmol@users.noreply.github.com>
  * Scott McGillivray <scott.mcgillivray@gmail.com>
  * Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
  * Lukas Loesche <lukas@mesosphere.io>
  * emyarod <emyarod@users.noreply.github.com>
  * T.C. Ferguson <tcf909@gmail.com>
  * Brandur <brandur@mutelight.org>
  * Dario Giovannetti <dev@dariogiovannetti.net>
  * Károly Oláh <okaresz@aol.com>
  * Jon Yergatian <jon@macfanatic.ca>
  * Jack Schmidt <github@mowsey.org>
  * Dedsec1 <Dedsec1@users.noreply.github.com>
  * Hisham Zarka <hzarka@gmail.com>
  * Jérôme Vizcaino <jerome.vizcaino@gmail.com>
  * Mike Tesch <mjt6129@rit.edu>
  * Marvin Watson <marvwatson@users.noreply.github.com>
  * Danny Tsai <danny8376@gmail.com>
  * Yoni Jah <yonjah+git@gmail.com> <yonjah+github@gmail.com>
  * Stephen Harris <github@spuddy.org> <sweharris@users.noreply.github.com>
  * Ihor Dvoretskyi <ihor.dvoretskyi@gmail.com>
  * Jon Craton <jncraton@gmail.com>
  * Hraban Luyat <hraban@0brg.net>
  * Michael Ledin <mledin89@gmail.com>
  * Martin Kristensen <me@azgul.com>
  * Too Much IO <toomuchio@users.noreply.github.com>
  * Anisse Astier <anisse@astier.eu>
  * Zahiar Ahmed <zahiar@live.com>
  * Igor Kharin <igorkharin@gmail.com>
  * Bill Zissimopoulos <billziss@navimatics.com>
  * Bob Potter <bobby.potter@gmail.com>
  * Steven Lu <tacticalazn@gmail.com>
  * Sjur Fredriksen <sjurtf@ifi.uio.no>
  * Ruwbin <hubus12345@gmail.com>
  * Fabian Möller <fabianm88@gmail.com> <f.moeller@nynex.de>
  * Edward Q. Bridges <github@eqbridges.com>
  * Vasiliy Tolstov <v.tolstov@selfip.ru>
  * Harshavardhana <harsha@minio.io>
  * sainaen <sainaen@gmail.com>
  * gdm85 <gdm85@users.noreply.github.com>
  * Yaroslav Halchenko <debian@onerussian.com>
  * John Papandriopoulos <jpap@users.noreply.github.com>
  * Zhiming Wang <zmwangx@gmail.com>
  * Andy Pilate <cubox@cubox.me>
  * Oliver Heyme <olihey@googlemail.com> <olihey@users.noreply.github.com> <de8olihe@lego.com>
  * wuyu <wuyu@yunify.com>
  * Andrei Dragomir <adragomi@adobe.com>
  * Christian Brüggemann <mail@cbruegg.com>
  * Alex McGrath Kraak <amkdude@gmail.com>
  * bpicode <bjoern.pirnay@googlemail.com>
  * Daniel Jagszent <daniel@jagszent.de>
  * Josiah White <thegenius2009@gmail.com>
  * Ishuah Kariuki <kariuki@ishuah.com> <ishuah91@gmail.com>
  * Jan Varho <jan@varho.org>
  * Girish Ramakrishnan <girish@cloudron.io>
  * LingMan <LingMan@users.noreply.github.com>
  * Jacob McNamee <jacobmcnamee@gmail.com>
  * jersou <jertux@gmail.com>
  * thierry <thierry@substantiel.fr>
  * Simon Leinen <simon.leinen@gmail.com> <ubuntu@s3-test.novalocal>
  * Dan Dascalescu <ddascalescu+github@gmail.com>
  * Jason Rose <jason@jro.io>
  * Andrew Starr-Bochicchio <a.starr.b@gmail.com>
  * John Leach <john@johnleach.co.uk>
  * Corban Raun <craun@instructure.com>
  * Pierre Carlson <mpcarl@us.ibm.com>
  * Ernest Borowski <er.borowski@gmail.com>
  * Remus Bunduc <remus.bunduc@gmail.com>
  * Iakov Davydov <iakov.davydov@unil.ch> <dav05.gith@myths.ru>
  * Jakub Tasiemski <tasiemski@gmail.com>
  * David Minor <dminor@saymedia.com>
  * Tim Cooijmans <cooijmans.tim@gmail.com>
  * Laurence <liuxy6@gmail.com>
  * Giovanni Pizzi <gio.piz@gmail.com>
  * Filip Bartodziej <filipbartodziej@gmail.com>
  * Jon Fautley <jon@dead.li>
  * lewapm <32110057+lewapm@users.noreply.github.com>
  * Yassine Imounachen <yassine256@gmail.com>
  * Chris Redekop <chris-redekop@users.noreply.github.com> <chris.redekop@gmail.com>
  * Jon Fautley <jon@adenoid.appstal.co.uk>
  * Will Gunn <WillGunn@users.noreply.github.com>
  * Lucas Bremgartner <lucas@bremis.ch>
  * Jody Frankowski <jody.frankowski@gmail.com>
  * Andreas Roussos <arouss1980@gmail.com>
  * nbuchanan <nbuchanan@utah.gov>
  * Durval Menezes <rclone@durval.com>
  * Victor <vb-github@viblo.se>
  * Mateusz <pabian.mateusz@gmail.com>
  * Daniel Loader <spicypixel@gmail.com>
  * David0rk <davidork@gmail.com>
  * Alexander Neumann <alexander@bumpern.de>
  * Giri Badanahatti <gbadanahatti@us.ibm.com@Giris-MacBook-Pro.local>
  * Leo R. Lundgren <leo@finalresort.org>
  * wolfv <wolfv6@users.noreply.github.com>
  * Dave Pedu <dave@davepedu.com>
  * Stefan Lindblom <lindblom@spotify.com>
  * seuffert <oliver@seuffert.biz>
  * gbadanahatti <37121690+gbadanahatti@users.noreply.github.com>
  * Keith Goldfarb <barkofdelight@gmail.com>
  * Steve Kriss <steve@heptio.com>
  * Chih-Hsuan Yen <yan12125@gmail.com>
  * Alexander Neumann <fd0@users.noreply.github.com>
  * Matt Holt <mholt@users.noreply.github.com>
  * Eri Bastos <bastos.eri@gmail.com>
  * Michael P. Dubner <pywebmail@list.ru>
  * Antoine GIRARD <sapk@users.noreply.github.com>
  * Mateusz Piotrowski <mpp302@gmail.com>
  * Animosity022 <animosity22@users.noreply.github.com> <earl.texter@gmail.com>
  * Peter Baumgartner <pete@lincolnloop.com>
  * Craig Rachel <craig@craigrachel.com>
  * Michael G. Noll <miguno@users.noreply.github.com>
  * hensur <me@hensur.de>
  * Oliver Heyme <de8olihe@lego.com>
  * Richard Yang <richard@yenforyang.com>
  * Piotr Oleszczyk <piotr.oleszczyk@gmail.com>
  * Rodrigo <rodarima@gmail.com>
  * NoLooseEnds <NoLooseEnds@users.noreply.github.com>
  * Jakub Karlicek <jakub@karlicek.me>
  * John Clayton <john@codemonkeylabs.com>
  * Kasper Byrdal Nielsen <byrdal76@gmail.com>
  * Benjamin Joseph Dag <bjdag1234@users.noreply.github.com>
  * themylogin <themylogin@gmail.com>
  * Onno Zweers <onno.zweers@surfsara.nl>
  * Jasper Lievisse Adriaanse <jasper@humppa.nl>
  * sandeepkru <sandeep.ummadi@gmail.com> <sandeepkru@users.noreply.github.com>
  * HerrH <atomtigerzoo@users.noreply.github.com>
  * Andrew <4030760+sparkyman215@users.noreply.github.com>
  * dan smith <XX1011@gmail.com>
  * Oleg Kovalov <iamolegkovalov@gmail.com>
  * Ruben Vandamme <github-com-00ff86@vandamme.email>
  * Cnly <minecnly@gmail.com>
  * Andres Alvarez <1671935+kir4h@users.noreply.github.com>
  * reddi1 <xreddi@gmail.com>
  * Matt Tucker <matthewtckr@gmail.com>
  * Sebastian Bünger <buengese@gmail.com> <buengese@protonmail.com>
  * Martin Polden <mpolden@mpolden.no>
  * Alex Chen <Cnly@users.noreply.github.com>
  * Denis <deniskovpen@gmail.com>
  * bsteiss <35940619+bsteiss@users.noreply.github.com>
  * Cédric Connes <cedric.connes@gmail.com>
  * Dr. Tobias Quathamer <toddy15@users.noreply.github.com>
  * dcpu <42736967+dcpu@users.noreply.github.com>
  * Sheldon Rupp <me@shel.io>
  * albertony <12441419+albertony@users.noreply.github.com>
  * cron410 <cron410@gmail.com>
  * Anagh Kumar Baranwal <6824881+darthShadow@users.noreply.github.com>
  * Felix Brucker <felix@felixbrucker.com>
  * Santiago Rodríguez <scollazo@users.noreply.github.com>
  * Craig Miskell <craig.miskell@fluxfederation.com>
  * Antoine GIRARD <sapk@sapk.fr>
  * Joanna Marek <joanna.marek@u2i.com>
  * frenos <frenos@users.noreply.github.com>
  * ssaqua <ssaqua@users.noreply.github.com>
  * xnaas <me@xnaas.info>
  * Frantisek Fuka <fuka@fuxoft.cz>
  * Paul Kohout <pauljkohout@yahoo.com>
  * dcpu <43330287+dcpu@users.noreply.github.com>
  * jackyzy823 <jackyzy823@gmail.com>
  * David Haguenauer <ml@kurokatta.org>
  * teresy <hi.teresy@gmail.com>
  * buergi <patbuergi@gmx.de>
  * Florian Gamboeck <mail@floga.de>
  * Ralf Hemberger <10364191+rhemberger@users.noreply.github.com>
  * Scott Edlund <sedlund@users.noreply.github.com>
  * Erik Swanson <erik@retailnext.net>
  * Jake Coggiano <jake@stripe.com>
  * brused27 <brused27@noemailaddress>
  * Peter Kaminski <kaminski@istori.com>
  * Henry Ptasinski <henry@logout.com>
  * Alexander <kharkovalexander@gmail.com>
  * Garry McNulty <garrmcnu@gmail.com>
  * Mathieu Carbou <mathieu.carbou@gmail.com>
  * Mark Otway <mark@otway.com>
  * William Cocker <37018962+WilliamCocker@users.noreply.github.com>
  * François Leurent <131.js@cloudyks.org>
  * Arkadius Stefanski <arkste@gmail.com>
  * Jay <dev@jaygoel.com>
  * andrea rota <a@xelera.eu>
  * nicolov <nicolov@users.noreply.github.com>
  * Matt Joiner <anacrolix@gmail.com>
  * Dario Guzik <dario@guzik.com.ar>
  * qip <qip@users.noreply.github.com>
  * yair@unicorn <yair@unicorn>
  * Matt Robinson <brimstone@the.narro.ws>
  * kayrus <kay.diam@gmail.com>
  * Rémy Léone <remy.leone@gmail.com>
  * Wojciech Smigielski <wojciech.hieronim.smigielski@gmail.com>
  * weetmuts <oehrstroem@gmail.com>
  * Jonathan <vanillajonathan@users.noreply.github.com>
  * James Carpenter <orbsmiv@users.noreply.github.com>
  * Vince <vince0villamora@gmail.com>
  * Nestar47 <47841759+Nestar47@users.noreply.github.com>
  * Six <brbsix@gmail.com>
  * Alexandru Bumbacea <alexandru.bumbacea@booking.com>
  * calisro <robert.calistri@gmail.com>
  * Dr.Rx <david.rey@nventive.com>
  * marcintustin <marcintustin@users.noreply.github.com>
  * jaKa Močnik <jaka@koofr.net>
  * Fionera <fionera@fionera.de>
  * Dan Walters <dan@walters.io>
  * Danil Semelenov <sgtpep@users.noreply.github.com>
  * xopez <28950736+xopez@users.noreply.github.com>
  * Ben Boeckel <mathstuf@gmail.com>
  * Manu <manu@snapdragon.cc>
  * Kyle E. Mitchell <kyle@kemitchell.com>
  * Gary Kim <gary@garykim.dev>
  * Jon <jonathn@github.com>
  * Jeff Quinn <jeffrey.quinn@bluevoyant.com>
  * Peter Berbec <peter@berbec.com>
  * didil <1284255+didil@users.noreply.github.com>
  * id01 <gaviniboom@gmail.com>
  * Robert Marko <robimarko@gmail.com>
  * Philip Harvey <32467456+pharveybattelle@users.noreply.github.com>
  * JorisE <JorisE@users.noreply.github.com>
  * garry415 <garry.415@gmail.com>
  * forgems <forgems@gmail.com>
  * Florian Apolloner <florian@apolloner.eu>
  * Aleksandar Janković <office@ajankovic.com> <ajankovic@users.noreply.github.com>
  * Maran <maran@protonmail.com>
  * nguyenhuuluan434 <nguyenhuuluan434@gmail.com>
  * Laura Hausmann <zotan@zotan.pw> <laura@hausmann.dev>
  * yparitcher <y@paritcher.com>
  * AbelThar <abela.tharen@gmail.com>
  * Matti Niemenmaa <matti.niemenmaa+git@iki.fi>
  * Russell Davis <russelldavis@users.noreply.github.com>
  * Yi FU <yi.fu@tink.se>
  * Paul Millar <paul.millar@desy.de>
  * justinalin <justinalin@qnap.com>
  * EliEron <subanimehd@gmail.com>
  * justina777 <chiahuei.lin@gmail.com>
  * Chaitanya Bankanhal <bchaitanya15@gmail.com>
  * Michał Matczuk <michal@scylladb.com>
  * Macavirus <macavirus@zoho.com>
  * Abhinav Sharma <abhi18av@outlook.com>
  * ginvine <34869051+ginvine@users.noreply.github.com>
  * Patrick Wang <mail6543210@yahoo.com.tw>
  * Cenk Alti <cenkalti@gmail.com>
  * Andreas Chlupka <andy@chlupka.com>
  * Alfonso Montero <amontero@tinet.org>
  * Ivan Andreev <ivandeex@gmail.com>
  * David Baumgold <david@davidbaumgold.com>
  * Lars Lehtonen <lars.lehtonen@gmail.com>
  * Matei David <matei.david@gmail.com>
  * David <david.bramwell@endemolshine.com>
  * Anthony Rusdi <33247310+antrusd@users.noreply.github.com>
  * Richard Patel <me@terorie.dev>
  * 庄天翼 <zty0826@gmail.com>
  * SwitchJS <dev@switchjs.com>
  * Raphael <PowershellNinja@users.noreply.github.com>
  * Sezal Agrawal <sezalagrawal@gmail.com>
  * Tyler <TylerNakamura@users.noreply.github.com>
  * Brett Dutro <brett.dutro@gmail.com>
  * Vighnesh SK <booterror99@gmail.com>
  * Arijit Biswas <dibbyo456@gmail.com>
  * Michele Caci <michele.caci@gmail.com>
  * AlexandrBoltris <ua2fgb@gmail.com>
  * Bryce Larson <blarson@saltstack.com>
  * Carlos Ferreyra <crypticmind@gmail.com>
  * Saksham Khanna <sakshamkhanna@outlook.com>
  * dausruddin <5763466+dausruddin@users.noreply.github.com>
  * zero-24 <zero-24@users.noreply.github.com>
  * Xiaoxing Ye <ye@xiaoxing.us>
  * Barry Muldrey <barry@muldrey.net>
  * Sebastian Brandt <sebastian.brandt@friday.de>
  * Marco Molteni <marco.molteni@mailbox.org>
  * Ankur Gupta <7876747+ankur0493@users.noreply.github.com>
  * Maciej Zimnoch <maciej@scylladb.com>
  * anuar45 <serdaliyev.anuar@gmail.com>
  * Fernando <ferferga@users.noreply.github.com>
  * David Cole <david.cole@sohonet.com>
  * Wei He <git@weispot.com>
  * Outvi V <19144373+outloudvi@users.noreply.github.com>
  * Thomas Kriechbaumer <thomas@kriechbaumer.name>
  * Tennix <tennix@users.noreply.github.com>
  * Ole Schütt <ole@schuett.name>
  * Kuang-che Wu <kcwu@csie.org>
  * Thomas Eales <wingsuit@users.noreply.github.com>
  * Paul Tinsley <paul.tinsley@vitalsource.com>
  * Felix Hungenberg <git@shiftgeist.com>
  * Benjamin Richter <github@dev.telepath.de>
  * landall <cst_zf@qq.com>
  * thestigma <thestigma@gmail.com>
  * jtagcat <38327267+jtagcat@users.noreply.github.com>
  * Damon Permezel <permezel@me.com>
  * boosh <boosh@users.noreply.github.com>
  * unbelauscht <58393353+unbelauscht@users.noreply.github.com>
  * Motonori IWAMURO <vmi@nifty.com>
  * Benjapol Worakan <benwrk@live.com>
  * Dave Koston <dave.koston@stackpath.com>
  * Durval Menezes <DurvalMenezes@users.noreply.github.com>
  * Tim Gallant <me@timgallant.us>
  * Frederick Zhang <frederick888@tsundere.moe>
  * valery1707 <valery1707@gmail.com>
  * Yves G <theYinYeti@yalis.fr>
  * Shing Kit Chan <chanshingkit@gmail.com>
  * Franklyn Tackitt <franklyn@tackitt.net>
  * Robert-André Mauchin <zebob.m@gmail.com>
  * evileye <48332831+ibiruai@users.noreply.github.com>
  * Joachim Brandon LeBlanc <brandon@leblanc.codes>
  * Patryk Jakuszew <patryk.jakuszew@gmail.com>
  * fishbullet <shindu666@gmail.com>
  * greatroar <@>
  * Bernd Schoolmann <mail@quexten.com>
  * Elan Ruusamäe <glen@pld-linux.org>
  * Max Sum <max@lolyculture.com>
  * Mark Spieth <mspieth@users.noreply.github.com>
  * harry <me@harry.plus>
  * Samantha McVey <samantham@posteo.net>
  * Jack Anderson <jack.anderson@metaswitch.com>
  * Michael G <draget@speciesm.net>
  * Brandon Philips <brandon@ifup.org>
  * Daven <dooven@users.noreply.github.com>
  * Martin Stone <martin@d7415.co.uk>
  * David Bramwell <13053834+dbramwell@users.noreply.github.com>
  * Sunil Patra <snl_su@live.com>
  * Adam Stroud <adam.stroud@gmail.com>
  * Kush <kushsharma@users.noreply.github.com>
  * Matan Rosenberg <matan129@gmail.com>
  * gitch1 <63495046+gitch1@users.noreply.github.com>
  * ElonH <elonhhuang@gmail.com>
  * Fred <fred@creativeprojects.tech>
  * Sébastien Gross <renard@users.noreply.github.com>
  * Maxime Suret <11944422+msuret@users.noreply.github.com>
  * Caleb Case <caleb@storj.io> <calebcase@gmail.com>
  * Ben Zenker <imbenzenker@gmail.com>
  * Martin Michlmayr <tbm@cyrius.com>
  * Brandon McNama <bmcnama@pagerduty.com>
  * Daniel Slyman <github@skylayer.eu>
  * Alex Guerrero <guerrero@users.noreply.github.com>
  * Matteo Pietro Dazzi <matteopietro.dazzi@gft.com>
  * edwardxml <56691903+edwardxml@users.noreply.github.com>
  * Roman Kredentser <shareed2k@gmail.com>
  * Kamil Trzciński <ayufan@ayufan.eu>
  * Zac Rubin <z-0@users.noreply.github.com>
  * Vincent Feltz
  * Heiko Bornholdt <bornholdt@informatik.uni-hamburg.de>
  * Matteo Pietro Dazzi <matteopietro.dazzi@gmail.com>
  * jtagcat <gitlab@c7.ee>
  * Petri Salminen <petri@salminen.dev>
  * Tim Burke <tim.burke@gmail.com>
  * Kai Lüke <kai@kinvolk.io>
  * Garrett Squire <github@garrettsquire.com>
  * Evan Harris <eharris@puremagic.com>
  * Kevin <keyam@microsoft.com>
  * Morten Linderud <morten@linderud.pw>
  * Dmitry Ustalov <dmitry.ustalov@gmail.com>
  * Jack <196648+jdeng@users.noreply.github.com>
  * kcris <cristian.tarsoaga@gmail.com>
  * tyhuber1 <68970760+tyhuber1@users.noreply.github.com>
  * David Ibarra <david.ibarra@realty.com>
  * Tim Gallant <tim@lilt.com>
  * Kaloyan Raev <kaloyan@storj.io>
  * Jay McEntire <jay.mcentire@gmail.com>
  * Leo Luan <leoluan@us.ibm.com>
  * aus <549081+aus@users.noreply.github.com>
  * Aaron Gokaslan <agokaslan@fb.com>
  * Egor Margineanu <egmar@users.noreply.github.com>
  * Lucas Kanashiro <lucas.kanashiro@canonical.com>
  * WarpedPixel <WarpedPixel@users.noreply.github.com>
  * Sam Edwards <sam@samedwards.ca>
  * wjielai <gouki0123@gmail.com>
  * Muffin King <jinxz_k@live.com>
  * Christopher Stewart <6573710+1f47a@users.noreply.github.com>
  * Russell Cattelan <cattelan@digitalelves.com>
  * gyutw <30371241+gyutw@users.noreply.github.com>
  * Hekmon <edouardhur@gmail.com>
  * LaSombra <lasombra@users.noreply.github.com>
  * Dov Murik <dov.murik@gmail.com>
  * Ameer Dawood <ameer1234567890@gmail.com>
  * Dan Hipschman <dan.hipschman@opendoor.com>
  * Josh Soref <jsoref@users.noreply.github.com>
  * David <david@staron.nl>
  * Ingo <ingo@hoffmann.cx>
  * Adam Plánský <adamplansky@users.noreply.github.com> <adamplansky@gmail.com>
  * Manish Gupta <manishgupta.ait@gmail.com>
  * Deepak Sah <sah.sslpu@gmail.com>
  * Marcin Zelent <marcin@zelent.net>
  * zhucan <zhucan.k8s@gmail.com>
  * James Lim <james.lim@samsara.com>
  * Laurens Janssen <BD69BM@insim.biz>
  * Bob Bagwill <bobbagwill@gmail.com>
  * Nathan Collins <colli372@msu.edu>
  * lostheli
  * kelv <kelvin@acks.org>
  * Milly <milly.ca@gmail.com>
  * gtorelly <gtorelly@gmail.com>
  * Brad Ackerman <brad@facefault.org>
  * Mitsuo Heijo <mitsuo.heijo@gmail.com>
  * Claudio Bantaloukas <rockdreamer@gmail.com>
  * Benjamin Gustin <gustin.ben@gmail.com>
  * Ingo Weiss <ingo@redhat.com>
  * Kerry Su <me@sshockwave.net>
  * Ilyess Bachiri <ilyess.bachiri@sonder.com>
  * Yury Stankevich <urykhy@gmail.com>
  * kice <wslikerqs@gmail.com>
  * Denis Neuling <denisneuling@gmail.com>
  * Janne Johansson <icepic.dz@gmail.com>
  * Patrik Nordlén <patriki@gmail.com>
  * CokeMine <aptx4561@gmail.com>
  * Sơn Trần-Nguyễn <github@sntran.com>
  * lluuaapp <266615+lluuaapp@users.noreply.github.com>
  * Zach Kipp <kipp.zach@gmail.com>
  * Riccardo Iaconelli <riccardo@kde.org>
  * Sakuragawa Misty <gyc990326@gmail.com>
  * Nicolas Rueff <nicolas@rueff.fr>
  * Pau Rodriguez-Estivill <prodrigestivill@gmail.com>
  * Bob Pusateri <BobPusateri@users.noreply.github.com>
  * Alex JOST <25005220+dimejo@users.noreply.github.com>
  * Alexey Tabakman <samosad.ru@gmail.com>
  * David Sze <sze.david@gmail.com>
  * cynthia kwok <cynthia.m.kwok@gmail.com>
  * Miron Veryanskiy <MironVeryanskiy@gmail.com>
  * K265 <k.265@qq.com>
  * Vesnyx <Vesnyx@users.noreply.github.com>
  * Dmitry Chepurovskiy <me@dm3ch.net>
  * Rauno Ots <rauno.ots@cgi.com>
  * Georg Neugschwandtner <georg.neugschwandtner@gmx.net>
  * pvalls <polvallsrue@gmail.com>
  * Robert Thomas <31854736+wolveix@users.noreply.github.com>
  * Romeo Kienzler <romeo.kienzler@gmail.com>
  * tYYGH <tYYGH@users.noreply.github.com>
  * georne <77802995+georne@users.noreply.github.com>
  * Maxwell Calman <mcalman@MacBook-Pro.local>
  * Naveen Honest Raj <naveendurai19@gmail.com>
  * Lucas Messenger <lmesseng@cisco.com>
  * Manish Kumar <krmanish260@gmail.com>
  * x0b <x0bdev@gmail.com>
  * CERN through the CS3MESH4EOSC Project
  * Nick Gaya <nicholasgaya+github@gmail.com>
  * Ashok Gelal <401055+ashokgelal@users.noreply.github.com>
  * Dominik Mydlil <dominik.mydlil@outlook.com>
  * Nazar Mishturak <nazarmx@gmail.com>
  * Ansh Mittal <iamAnshMittal@gmail.com>
  * noabody <noabody@yahoo.com>
  * OleFrost <82263101+olefrost@users.noreply.github.com>
  * Kenny Parsons <kennyparsons93@gmail.com>
  * Jeffrey Tolar <tolar.jeffrey@gmail.com>
  * jtagcat <git-514635f7@jtag.cat>
  * Tatsuya Noyori <63089076+public-tatsuya-noyori@users.noreply.github.com>
  * lewisxy <lewisxy@users.noreply.github.com>
  * Nolan Woods <nolan_w@sfu.ca>
  * Gautam Kumar <25435568+gautamajay52@users.noreply.github.com>
  * Chris Macklin <chris.macklin@10xgenomics.com>
  * Antoon Prins <antoon.prins@surfsara.nl>
  * Alexey Ivanov <rbtz@dropbox.com>
  * Serge Pouliquen <sp31415@free.fr>
  * acsfer <carlos@reendex.com>
  * Tom <tom@tom-fitzhenry.me.uk>
  * Tyson Moore <tyson@tyson.me>
  * database64128 <free122448@hotmail.com>
  * Chris Lu <chrislusf@users.noreply.github.com>
  * Reid Buzby <reid@rethink.software>
  * darrenrhs <darrenrhs@gmail.com>
  * Florian Penzkofer <fp@nullptr.de>
  * Xuanchen Wu <117010292@link.cuhk.edu.cn>
  * partev <petrosyan@gmail.com>
  * Dmitry Sitnikov <fo2@inbox.ru>
  * Haochen Tong <i@hexchain.org>
  * Michael Hanselmann <public@hansmi.ch>
  * Chuan Zh <zhchuan7@gmail.com>
  * Antoine GIRARD <antoine.girard@sapk.fr>
  * Justin Winokur (Jwink3101) <Jwink3101@users.noreply.github.com>
  * Mariano Absatz (git) <scm@baby.com.ar>
  * Greg Sadetsky <lepetitg@gmail.com>
  * yedamo <logindaveye@gmail.com>
  * hota <lindwurm.q@gmail.com>
  * vinibali <vinibali1@gmail.com>
  * Ken Enrique Morel <ken.morel.santana@gmail.com>
  * Justin Hellings <justin.hellings@gmail.com>
  * Parth Shukla <pparth@pparth.net>
  * wzl <wangzl31@outlook.com>
  * HNGamingUK <connor@earnshawhome.co.uk>
  * Jonta <359397+Jonta@users.noreply.github.com>
  * YenForYang <YenForYang@users.noreply.github.com>
  * SimJoSt / Joda Stößer <git@simjo.st>
  * Logeshwaran <waranlogesh@gmail.com>
  * Rajat Goel <rajat@dropbox.com>
  * r0kk3rz <r0kk3rz@gmail.com>
  * Matthew Sevey <mjsevey@gmail.com>
  * Filip Rysavy <fil@siasky.net>
  * Ian Levesque <ian@ianlevesque.org>
  * Thomas Stachl <thomas@stachl.me>
  * Dmitry Bogatov <git#v1@kaction.cc>
  * thomae <4493560+thomae@users.noreply.github.com>
  * trevyn <trevyn-git@protonmail.com>
  * David Liu <david.yx.liu@oracle.com>
  * Chris Nelson <stuff@cjnaz.com>
  * Felix Bünemann <felix.buenemann@gmail.com>
  * Atílio Antônio <atiliodadalto@hotmail.com>
  * Carlo Mion <mion00@gmail.com>
  * Chris Lu <chris.lu@gmail.com>
  * Vitor Arruda <vitor.pimenta.arruda@gmail.com>
  * bbabich <bbabich@datamossa.com>
  * David <dp.davide.palma@gmail.com>
  * Borna Butkovic <borna@favicode.net>
  * Fredric Arklid <fredric.arklid@consid.se>
  * Andy Jackson <Andrew.Jackson@bl.uk>
  * Sinan Tan <i@tinytangent.com>
  * deinferno <14363193+deinferno@users.noreply.github.com>
  * rsapkf <rsapkfff@pm.me>
  * Will Holtz <wholtz@gmail.com>
  * GGG KILLER <gggkiller2@gmail.com>
  * Logeshwaran Murugesan <logeshwaran@testpress.in>
  * Lu Wang <coolwanglu@gmail.com>
  * Bumsu Hyeon <ksitht@gmail.com>
  * Shmz Ozggrn <98463324+ShmzOzggrn@users.noreply.github.com>
  * Kim <kim@jotta.no>
  * Niels van de Weem <n.van.de.weem@smile.nl>
  * Koopa <codingkoopa@gmail.com>
  * Yunhai Luo <yunhai-luo@hotmail.com>
  * Charlie Jiang <w@chariri.moe>
  * Alain Nussbaumer <alain.nussbaumer@alleluia.ch>
  * Vanessasaurus <814322+vsoch@users.noreply.github.com>
  * Isaac Levy <isaac.r.levy@gmail.com>
  * Gourav T <workflowautomation@protonmail.com>
  * Paulo Martins <paulo.pontes.m@gmail.com>
  * viveknathani <viveknathani2402@gmail.com>
  * Eng Zer Jun <engzerjun@gmail.com>
  * Abhiraj <abhiraj.official15@gmail.com>
  * Márton Elek <elek@apache.org> <elek@users.noreply.github.com>
  * Vincent Murphy <vdm@vdm.ie>
  * ctrl-q <34975747+ctrl-q@users.noreply.github.com>
  * Nil Alexandrov <nalexand@akamai.com>
  * GuoXingbin <101376330+guoxingbin@users.noreply.github.com>
  * Berkan Teber <berkan@berkanteber.com>
  * Tobias Klauser <tklauser@distanz.ch>
  * KARBOWSKI Piotr <piotr.karbowski@gmail.com>
  * GH <geeklihui@foxmail.com>
  * rafma0 <int.main@gmail.com>
  * Adrien Rey-Jarthon <jobs@adrienjarthon.com>
  * Nick Gooding <73336146+nickgooding@users.noreply.github.com>
  * Leroy van Logchem <lr.vanlogchem@gmail.com>
  * Zsolt Ero <zsolt.ero@gmail.com>
  * Lesmiscore <nao20010128@gmail.com>
  * ehsantdy <ehsan.tadayon@arvancloud.com> <ehsantadayon85@gmail.com>
  * SwazRGB <65694696+swazrgb@users.noreply.github.com>
  * Mateusz Puczyński <mati6095@gmail.com>
  * Michael C Tiernan - MIT-Research Computing Project <mtiernan@mit.edu>
  * Kaspian <34658474+KaspianDev@users.noreply.github.com>
  * Werner <EvilOlaf@users.noreply.github.com>
  * Hugal31 <hugo.laloge@gmail.com>
  * Christian Galo <36752715+cgalo5758@users.noreply.github.com>
  * Erik van Velzen <erik@evanv.nl>
  * Derek Battams <derek@battams.ca>
  * Paul <devnoname120@gmail.com>
  * SimonLiu <simonliu009@users.noreply.github.com>
  * Hugo Laloge <hla@lescompanions.com>
  * Mr-Kanister <68117355+Mr-Kanister@users.noreply.github.com>
  * Rob Pickerill <r.pickerill@gmail.com>
  * Andrey <to.merge@gmail.com>
  * Eric Wolf <19wolf@gmail.com>
  * Nick <nick.naumann@mailbox.tu-dresden.de>
  * Jason Zheng <jszheng17@gmail.com>
  * Matthew Vernon <mvernon@wikimedia.org>
  * Noah Hsu <i@nn.ci>
  * m00594701 <mengpengbo@huawei.com>
  * Art M. Gallagher <artmg50@gmail.com>
  * Sven Gerber <49589423+svengerber@users.noreply.github.com>
  * CrossR <r.cross@lancaster.ac.uk>
  * Maciej Radzikowski <maciej@radzikowski.com.pl>
  * Scott Grimes <scott.grimes@spaciq.com>
  * Phil Shackleton <71221528+philshacks@users.noreply.github.com>
  * eNV25 <env252525@gmail.com>
  * Caleb <inventor96@users.noreply.github.com>
  * J-P Treen <jp@wraptious.com>
  * Martin Czygan <53705+miku@users.noreply.github.com>
  * buda <sandrojijavadze@protonmail.com>
  * mirekphd <36706320+mirekphd@users.noreply.github.com>
  * vyloy <vyloy@qq.com>
  * Anthrazz <25553648+Anthrazz@users.noreply.github.com>
  * zzr93 <34027824+zzr93@users.noreply.github.com>
  * Paul Norman <penorman@mac.com>
  * Lorenzo Maiorfi <maiorfi@gmail.com>
  * Claudio Maradonna <penguyman@stronzi.org>
  * Ovidiu Victor Tatar <ovi.tatar@googlemail.com>
  * Evan Spensley <epspensley@gmail.com>
  * Yen Hu <61753151+0x59656e@users.noreply.github.com>
  * Steve Kowalik <steven@wedontsleep.org>
  * Jordi Gonzalez Muñoz <jordigonzm@gmail.com>
  * Joram Schrijver <i@joram.io>
  * Mark Trolley <marktrolley@gmail.com>
  * João Henrique Franco <joaohenrique.franco@gmail.com>
  * anonion <aman207@users.noreply.github.com>
  * Ryan Morey <4590343+rmorey@users.noreply.github.com>
  * Simon Bos <simonbos9@gmail.com>
  * YFdyh000 <yfdyh000@gmail.com>  * Josh Soref <2119212+jsoref@users.noreply.github.com>
  * Øyvind Heddeland Instefjord <instefjord@outlook.com>
  * Dmitry Deniskin <110819396+ddeniskin@users.noreply.github.com>
  * Alexander Knorr <106825+opexxx@users.noreply.github.com>
  * Richard Bateman <richard@batemansr.us>
  * Dimitri Papadopoulos Orfanos <3234522+DimitriPapadopoulos@users.noreply.github.com>
  * Lorenzo Milesi <lorenzo.milesi@yetopen.com>
  * Isaac Aymerich <isaac.aymerich@gmail.com>
  * YanceyChiew <35898533+YanceyChiew@users.noreply.github.com>
  * Manoj Ghosh <msays2000@gmail.com>
  * Bachue Zhou <bachue.shu@gmail.com>
  * Manoj Ghosh <manoj.ghosh@oracle.com>
  * Tom Mombourquette <tom@devnode.com>
  * Robert Newson <rnewson@apache.org>
  * Samuel Johnson <esamueljohnson@gmail.com>
  * coultonluke <luke@luke.org.uk>
  * Anthony Pessy <anthony@cogniteev.com>
  * Philip Harvey <pharvey@battelleecology.org>
  * dgouju <dgouju@users.noreply.github.com>
  * Clément Notin <clement.notin@gmail.com>
  * x3-apptech <66947598+x3-apptech@users.noreply.github.com>
  * Arnie97 <arnie97@gmail.com>
  * Roel Arents <2691308+roelarents@users.noreply.github.com>
  * Aaron Gokaslan <aaronGokaslan@gmail.com>
  * techknowlogick <matti@mdranta.net>
  * rkettelerij <richard@mindloops.nl>
  * Kamui <fin-kamui@pm.me>
  * asdffdsazqqq <90116442+asdffdsazqqq@users.noreply.github.com>
  * Nathaniel Wesley Filardo <nfilardo@microsoft.com>
  * ycdtosa <ycdtosa@users.noreply.github.com>
  * Erik Agterdenbos <agterdenbos@users.noreply.github.com>
  * Kevin Verstaen <48050031+kverstae@users.noreply.github.com>
  * MohammadReza <mrvashian@gmail.com>
  * vanplus <60313789+vanplus@users.noreply.github.com>
  * Jack <16779171+jkpe@users.noreply.github.com>
  * Abdullah Saglam <abdullah.saglam@stonebranch.com>
  * Marks Polakovs <github@markspolakovs.me>
  * piyushgarg <piyushgarg80@gmail.com>
  * Kaloyan Raev <kaloyan-raev@users.noreply.github.com>
  * IMTheNachoMan <imthenachoman@gmail.com>
  * alankrit <alankrit@google.com>
  * Bryan Kaplan <#@bryankaplan.com>
  * LXY <767763591@qq.com>
  * Simmon Li (he/him) <li.simmon@gmail.com>
  * happyxhw <44490504+happyxhw@users.noreply.github.com>
  * Simmon Li (he/him) <hello@crespire.dev>
  * Matthias Baur <baurmatt@users.noreply.github.com>
  * Hunter Wittenborn <hunter@hunterwittenborn.com>
  * logopk <peter@kreuser.name>
  * Gerard Bosch <30733556+gerardbosch@users.noreply.github.com>
  * ToBeFree <github@tfrei.de>
  * NodudeWasTaken <75137537+NodudeWasTaken@users.noreply.github.com>
  * Peter Brunner <peter@lugoues.net>
  * Ninh Pham <dongian.rapclubkhtn@gmail.com>
  * Ryan Caezar Itang <sitiom@proton.me>
  * Peter Brunner <peter@psykhe.com>
  * Leandro Sacchet <leandro.sacchet@animati.com.br>
  * dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  * cycneuramus <56681631+cycneuramus@users.noreply.github.com>
  * Arnavion <me@arnavion.dev>
  * Christopher Merry <christopher.merry@mlb.com>
  * Thibault Coupin <thibault.coupin@gmail.com>
  * Richard Tweed <RichardoC@users.noreply.github.com>
  * Zach Kipp <Zacho2@users.noreply.github.com>
  * yuudi <26199752+yuudi@users.noreply.github.com>
  * NickIAm <NickIAm@users.noreply.github.com>
  * Juang, Yi-Lin <frankyjuang@gmail.com>
  * jumbi77 <jumbi77@users.noreply.github.com>
  * Aditya Basu <ab.aditya.basu@gmail.com>
  * ed <s@ocv.me>
  * Drew Parsons <dparsons@emerall.com>
  * Joel <joelnb@users.noreply.github.com>
  * wiserain <mail275@gmail.com>
  * Roel Arents <roel.arents@kadaster.nl>
  * Shyim <github@shyim.de>
  * Rintze Zelle <78232505+rzelle-lallemand@users.noreply.github.com>
  * Damo <damoclark@users.noreply.github.com>
  * WeidiDeng <weidi_deng@icloud.com>
  * Brian Starkey <stark3y@gmail.com>
  * jladbrook <jhladbrook@gmail.com>
  * Loren Gordon <lorengordon@users.noreply.github.com>
  * dlitster <davidlitster@gmail.com>
  * Tobias Gion <tobias@gion.io>
  * Jānis Bebrītis <janis.bebritis@wunder.io>
  * Adam K <github.com@ak.tidy.email>
  * Andrei Smirnov <smirnov.captain@gmail.com>
  * Janne Hellsten <jjhellst@gmail.com>
  * cc <12904584+shvc@users.noreply.github.com>
  * Tareq Sharafy <tareq.sha@gmail.com>
  * kapitainsky <dariuszb@me.com>
  * douchen <playgoobug@gmail.com>
  * Sam Lai <70988+slai@users.noreply.github.com>
  * URenko <18209292+URenko@users.noreply.github.com>
  * Stanislav Gromov <kullfar@gmail.com>
  * Paulo Schreiner <paulo.schreiner@delivion.de>
  * Mariusz Suchodolski <mariusz@suchodol.ski>
  * danielkrajnik <dan94kra@gmail.com>
  * Peter Fern <github@0xc0dedbad.com>
  * zzq <i@zhangzqs.cn>
  * mac-15 <usman.ilamdin@phpstudios.com>
  * Sawada Tsunayoshi <34431649+TsunayoshiSawada@users.noreply.github.com>
  * Dean Attali <daattali@gmail.com>
  * Fjodor42 <molgaard@gmail.com>
  * BakaWang <wa11579@hotmail.com>
  * Mahad <56235065+Mahad-lab@users.noreply.github.com>
  * Vladislav Vorobev <x.miere@gmail.com>
  * darix <darix@users.noreply.github.com>
  * Benjamin <36415086+bbenjamin-sys@users.noreply.github.com>
  * Chun-Hung Tseng <henrybear327@users.noreply.github.com>
  * Ricardo D'O. Albanus <rdalbanus@users.noreply.github.com>
  * gabriel-suela <gscsuela@gmail.com>
  * Tiago Boeing <contato@tiagoboeing.com>
  * Edwin Mackenzie-Owen <edwin.mowen@gmail.com>
  * Niklas Hambüchen <mail@nh2.me>
  * yuudi <yuudi@users.noreply.github.com>
  * Zach <github@prozach.org>
  * nielash <31582349+nielash@users.noreply.github.com>
  * Julian Lepinski <lepinsk@users.noreply.github.com>
  * Raymond Berger <RayBB@users.noreply.github.com>
  * Nihaal Sangha <nihaal.git@gmail.com>
  * Masamune3210 <1053504+Masamune3210@users.noreply.github.com>
  * James Braza <jamesbraza@gmail.com>
  * antoinetran <antoinetran@users.noreply.github.com>
  * alexia <me@alexia.lol>
  * nielash <nielronash@gmail.com>
  * Vitor Gomes <vitor.gomes@delivion.de> <mail@vitorgomes.com>
  * Jacob Hands <jacob@gogit.io>
  * hideo aoyama <100831251+boukendesho@users.noreply.github.com>
  * Roberto Ricci <io@r-ricci.it>
  * Bjørn Smith <bjornsmith@gmail.com>
  * Alishan Ladhani <8869764+aladh@users.noreply.github.com>
  * zjx20 <zhoujianxiong2@gmail.com>
  * Oksana <142890647+oks-maytech@users.noreply.github.com>
  * Volodymyr Kit <v.kit@maytech.net>
  * David Pedersen <limero@me.com>
  * Drew Stinnett <drew@drewlink.com>
  * Pat Patterson <pat@backblaze.com>
  * Herby Gillot <herby.gillot@gmail.com>
  * Nikita Shoshin <shoshin_nikita@fastmail.com>
  * rinsuki <428rinsuki+git@gmail.com>
  * Beyond Meat <51850644+beyondmeat@users.noreply.github.com>
  * Saleh Dindar <salh@fb.com>
  * Volodymyr <142890760+vkit-maytech@users.noreply.github.com>
  * Gabriel Espinoza <31670639+gspinoza@users.noreply.github.com>
  * Keigo Imai <keigo.imai@gmail.com>
  * Ivan Yanitra <iyanitra@tesla-consulting.com>
  * alfish2000 <alfish2000@gmail.com>
  * wuxingzhong <qq330332812@gmail.com>
  * Adithya Kumar <akumar42@protonmail.com>
  * Tayo-pasedaRJ <138471223+Tayo-pasedaRJ@users.noreply.github.com>
  * Peter Kreuser <logo@kreuser.name>
  * Piyush <piyushgarg80>
  * fotile96 <fotile96@users.noreply.github.com>
  * Luc Ritchie <luc.ritchie@gmail.com>
  * cynful <cynful@users.noreply.github.com>
  * wjielai <wjielai@tencent.com>
  * Jack Deng <jackdeng@gmail.com>
  * Mikubill <31246794+Mikubill@users.noreply.github.com>
  * Artur Neumann <artur@jankaritech.com>
  * Saw-jan <saw.jan.grg3e@gmail.com>
  * Oksana Zhykina <o.zhykina@maytech.net>
  * karan <karan.gupta92@gmail.com>
  * viktor <viktor@yakovchuk.net>
  * moongdal <moongdal@tutanota.com>
  * Mina Galić <freebsd@igalic.co>
  * Alen Šiljak <dev@alensiljak.eu.org>
  * 你知道未来吗 <rkonfj@gmail.com>
  * Abhinav Dhiman <8640877+ahnv@users.noreply.github.com>
  * halms <7513146+halms@users.noreply.github.com>
  * ben-ba <benjamin.brauner@gmx.de>
  * Eli Orzitzer <e_orz@yahoo.com>
  * Anthony Metzidis <anthony.metzidis@gmail.com>
  * keongalvin <keongalvin@gmail.com>
  * rarspace01 <rarspace01@users.noreply.github.com>
  * Paul Stern <paulstern45@gmail.com>
  * Nikhil Ahuja <nikhilahuja@live.com>
  * Harshit Budhraja <52413945+harshit-budhraja@users.noreply.github.com>
  * Tera <24725862+teraa@users.noreply.github.com>
  * Kyle Reynolds <kylereynoldsdev@gmail.com>
  * Michael Eischer <michael.eischer@gmx.de>
  * Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com>
  * DanielEgbers <27849724+DanielEgbers@users.noreply.github.com>
  * Jack Provance <49460795+njprov@users.noreply.github.com>
  * Gabriel Ramos <109390599+gabrielramos02@users.noreply.github.com>
  * Dan McArdle <d@nmcardle.com>
  * Joe Cai <joe.cai@bigcommerce.com>
  * Anders Swanson <anders.swanson@oracle.com>
  * huajin tong <137764712+thirdkeyword@users.noreply.github.com>
  * John-Paul Smith <john-paulsmith@users.noreply.github.com>
  * racerole <148756161+racerole@users.noreply.github.com>
  * Gachoud Philippe <ph.gachoud@gmail.com>
  * YukiUnHappy <saberhana@yandex.com>
  * Kyle Reynolds <kyle.reynolds@bridgerphotonics.com>
  * Lewis Hook <lewis@hook.im>
  * hoyho <luohaihao@gmail.com>
  * Vitaly <9034218+gvitali@users.noreply.github.com>
  * iotmaestro <iotmaestro@proton.me>
  * psychopatt <66741203+psychopatt@users.noreply.github.com>
  * Alex Garel <alex@garel.org>
  * Warrentheo <warrentheo@hotmail.com>
  * Alexandre Lavigne <lavigne958@gmail.com>
  * yoelvini <134453420+yoelvini@users.noreply.github.com>
  * Erisa A <erisa@cloudflare.com>
  * Pieter van Oostrum <pieter@vanoostrum.org>
  * jakzoe <155812065+jakzoe@users.noreply.github.com>
  * guangwu <guoguangwu@magic-shield.com>
  * static-moonlight <107991124+static-moonlight@users.noreply.github.com>
  * yudrywet <yudeyao@yeah.net>
  * Butanediol <git@xnh.app>
  * Dave Nicolson <david.nicolson@gmail.com>
  * Katia Esposito <katia@linux.com>
  * pawsey-kbuckley <36438302+pawsey-kbuckley@users.noreply.github.com>
  * hidewrong <167099254+hidewrong@users.noreply.github.com>
  * Michael Terry <mike@mterry.name>
  * Sunny <25066078+LoSunny@users.noreply.github.com>
  * overallteach <cricis@foxmail.com>
  * JT Olio <jt@olio.lol>
  * Evan McBeth <64177332+AtomicRobotMan0101@users.noreply.github.com>
  * Dominik Joe Pantůček <dominik.pantucek@trustica.cz>
  * yumeiyin <155420652+yumeiyin@users.noreply.github.com>
  * Bruno Fernandes <54373093+folkzb@users.noreply.github.com>
  * Thomas Schneider <tspam.github@brainfuck.space>
  * Charles Hamilton <52973156+chamilton-ccn@users.noreply.github.com>
  * Tomasz Melcer <tomasz@melcer.pl>
  * Michał Dzienisiewicz <michal.piotr.dz@gmail.com>
  * Florian Klink <flokli@flokli.de>
  * Bill Fraser <bill@wfraser.dev>
  * Thearas <thearas850@gmail.com>
  * Filipe Herculano <fifo_@live.com>
  * Russ Bubley <russ.bubley@googlemail.com>
  * Paul Collins <paul.collins@canonical.com>
  * Tomasz Melcer <liori@exroot.org>
  * itsHenry <2671230065@qq.com>
  * Ke Wang <me@ke.wang>
  * AThePeanut4 <49614525+AThePeanut4@users.noreply.github.com>
  * Tobias Markus <tobbi.bugs@googlemail.com>
  * Ernie Hershey <github@ernie.org>
  * Will Miles <wmiles@sgl.com>
  * David Seifert <16636962+SoapGentoo@users.noreply.github.com>
  * Fornax <wimbrand96@gmail.com>
  * Sam Harrison <sam.harrison@files.com>
  * Péter Bozsó <3806723+peterbozso@users.noreply.github.com>
  * Georg Welzel <gwelzel@mailbox.org>
  * John Oxley <john.oxley@gmail.com> <joxley@meta.com>
  * Pawel Palucha <pawel.palucha@aetion.com>
  * crystalstall <crystalruby@qq.com>
  * nipil <nipil@users.noreply.github.com>
  * yuval-cloudinary <46710068+yuval-cloudinary@users.noreply.github.com>
  * Mathieu Moreau <mrx23dot@users.noreply.github.com>
  * fsantagostinobietti <6057026+fsantagostinobietti@users.noreply.github.com>
  * Oleg Kunitsyn <114359669+hiddenmarten@users.noreply.github.com>
  * Divyam <47589864+divyam234@users.noreply.github.com>
  * ttionya <ttionya@users.noreply.github.com>
  * quiescens <quiescens@gmail.com>
  * rishi.sridhar <rishi.sridhar@zohocorp.com>
  * Lawrence Murray <lawrence@indii.org>
  * Leandro Piccilli <leandro.piccilli@thalesgroup.com>
  * Benjamin Legrand <benjamin.legrand@seagate.com>
  * Noam Ross <noam.ross@gmail.com>
  * lostb1t <coding-mosses0z@icloud.com>
  * Matthias Gatto <matthias.gatto@outscale.com>
  * André Tran <andre.tran@outscale.com>
  * Simon Bos <simon@simonbos.be>
  * Alexandre Hamez <199517+ahamez@users.noreply.github.com>
  * Randy Bush <randy@psg.com>
  * Diego Monti <diegmonti@users.noreply.github.com>
  * tgfisher <tgfisher@stanford.edu>
  * Moises Lima <mozlima@gmail.com>
  * Dimitar Ivanov <mimiteto@gmail.com>
  * shenpengfeng <xinhangzhou@icloud.com>
  * Dimitrios Slamaris <dim0x69@users.noreply.github.com>
  * vintagefuture <39503528+vintagefuture@users.noreply.github.com>
  * David Seifert <soap@gentoo.org>
  * Michael R. Davis <mrdvt92@users.noreply.github.com>
  * remygrandin <remy.gr@ndin.fr>
  * Ilias Ozgur Can Leonard <iscilyas@gmail.com>
  * divinity76 <divinity76@gmail.com>
  * Martin Hassack <martin@redmaple.tech>
  * Filipe Azevedo <pasnox@gmail.com>
  * hayden.pan <hayden.pan@outlook.com>
  * Yxxx <45665172+marsjane@users.noreply.github.com>
  * Thomas ten Cate <ttencate@gmail.com>
  * Louis Laureys <louis@laureys.me>
  * Henry Lee <contact@nynxz.com>
  * ToM <thomas.faucher@bibliosansfrontieres.org>
  * TAKEI Yuya <853320+takei-yuya@users.noreply.github.com>
  * Francesco Frassinelli <fraph24@gmail.com> <francesco.frassinelli@nina.no>