forked from conda/conda-build
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.authors.yml
1471 lines (1471 loc) · 35.3 KB
/
.authors.yml
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
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
- name: Michael Sarahan
email: [email protected]
github: msarahan
alternate_emails:
aliases:
- Mike Sarahan
- Michael Sarahan
num_commits: 2001
first_commit: 2015-09-04 21:31:08
- name: Jonathan J. Helmus
email: [email protected]
aliases:
- Jonathan Helmus
num_commits: 110
first_commit: 2014-06-09 17:25:05
github: jjhelmus
- name: Isuru Fernando
email: [email protected]
alternate_emails:
num_commits: 86
first_commit: 2017-06-16 15:14:34
github: isuruf
- name: Dan Blanchard
email: [email protected]
alternate_emails:
aliases:
- Daniel Blanchard
- Dan Blanchard
num_commits: 104
first_commit: 2014-02-21 15:40:24
github: dan-blanchard
- name: Patrick Snape
email: [email protected]
alternate_emails:
num_commits: 21
first_commit: 2016-04-02 17:29:28
github: patricksnape
- name: Teake Nutma
email: [email protected]
alternate_emails:
num_commits: 12
first_commit: 2018-08-16 10:53:19
github: teake
- name: Phil Elson
email: [email protected]
aliases:
- pelson
num_commits: 10
first_commit: 2014-08-22 08:15:06
github: pelson
- name: Mandeep Bhutani
email: [email protected]
aliases:
- mandeep
- Mandeep Bhutani
alternate_emails:
num_commits: 43
first_commit: 2017-05-17 23:54:01
github: mandeep
- name: Filipe Fernandes
email: [email protected]
aliases:
- ocefpaf
num_commits: 6
first_commit: 2016-01-20 13:43:56
github: ocefpaf
- name: Todd Tomashek
email: [email protected]
aliases:
- tomashek
- todd.m.tomashek
num_commits: 2
first_commit: 2018-05-23 16:49:11
github: tomashek
- name: Ilan Schnell
email: [email protected]
alternate_emails:
num_commits: 342
first_commit: 2014-01-17 13:51:20
github: johanneskoester
- name: Sean Ross-Ross
email: [email protected]
github: srossross
aliases:
- Sean
- srossross
num_commits: 21
first_commit: 2014-01-21 17:46:50
- name: Thomas A Caswell
email: [email protected]
github: tacaswell
alternate_emails:
num_commits: 5
first_commit: 2014-09-22 15:58:54
- name: Kale Franz
email: [email protected]
alternate_emails:
github: kalefranz
num_commits: 102
first_commit: 2016-01-14 19:37:07
- name: Heather Kelly
email: [email protected]
alternate_emails:
aliases:
- heather999
num_commits: 2
first_commit: 2016-04-11 12:02:50
github: heather999
- name: Ryan Grout
email: [email protected]
alternate_emails:
num_commits: 44
first_commit: 2015-09-23 01:02:31
github: groutr
- name: Jillian Rowe
email: [email protected]
aliases:
- jerowe
num_commits: 10
first_commit: 2017-01-27 01:17:31
github: jerowe
- name: Matthieu Dartiailh
email: [email protected]
aliases:
- MatthieuDartiailh
num_commits: 6
first_commit: 2017-07-02 06:59:15
github: MatthieuDartiailh
- name: Matt Craig
email: [email protected]
aliases:
- Matthew Craig
num_commits: 29
first_commit: 2016-06-21 12:05:14
github: mwcraig
- name: Mario Juric
email: [email protected]
alternate_emails:
num_commits: 5
first_commit: 2015-07-11 01:18:24
github: mjuric
- name: Min RK
email: [email protected]
aliases:
- MinRK
github: minrk
num_commits: 17
first_commit: 2014-02-13 19:43:59
- name: Matty G
email: [email protected]
aliases:
- meawoppl
num_commits: 3
first_commit: 2015-01-30 14:30:08
github: meawoppl
- name: Ivan Kalev
email: [email protected]
aliases:
- ikalev
num_commits: 5
first_commit: 2016-07-07 02:57:25
github: ikalev
- name: Travis Swicegood
email: [email protected]
github: tswicegood
alternate_emails:
num_commits: 35
first_commit: 2014-07-24 12:45:44
- name: Marius van Niekerk
email: [email protected]
alternate_emails:
num_commits: 7
first_commit: 2018-02-22 13:07:33
github: mariusvniekerk
- name: Travis Oliphant
email: [email protected]
aliases:
- Travis E. Oliphant
num_commits: 21
first_commit: 2014-03-16 03:35:28
github: teoliphant
- name: Robert T. McGibbon
email: [email protected]
aliases:
- Robert McGibbon
num_commits: 3
first_commit: 2014-07-27 04:52:08
github: rmcgibbo
- name: Geir Ove Myhr
email: [email protected]
num_commits: 4
first_commit: 2017-01-01 05:20:13
github: gomyhr
- name: Michael Cormier
email: [email protected]
num_commits: 2
first_commit: 2018-07-27 16:35:31
github: mikecormier
- name: Joseph Crail
email: [email protected]
num_commits: 1
first_commit: 2018-04-06 15:30:58
github: jbcrail
- name: Andres Guzman-Ballen
email: [email protected]
num_commits: 1
first_commit: 2017-06-24 16:05:23
github: AndresGuzman-Ballen
- name: Riccardo Vianello
email: [email protected]
github: rvianello
num_commits: 1
first_commit: 2014-02-26 11:58:41
- name: Matt Hollingsworth
email: [email protected]
github: mhworth
num_commits: 1
first_commit: 2014-09-22 13:54:28
- name: Henning Schröder
email: [email protected]
num_commits: 1
first_commit: 2016-12-19 09:23:23
github: hajs
- name: Christoph Buchner
email: [email protected]
num_commits: 6
first_commit: 2018-03-22 14:11:45
github: bilderbuchi
- name: Iain Gillis
email: [email protected]
aliases:
- iainsgillis
github: iainsgillis
num_commits: 1
first_commit: 2018-12-30 17:37:09
- name: Matt Rendina
email: [email protected]
num_commits: 4
first_commit: 2017-04-17 14:34:18
github: rendinam
- name: Björn Dahlgren
email: [email protected]
num_commits: 4
first_commit: 2014-10-19 05:04:43
github: bjodah
- name: Brad Chapman
email: [email protected]
github: chapmanb
num_commits: 3
first_commit: 2016-05-06 05:52:29
aliases:
- chapmanb
- name: Siu Kwan Lam
email: [email protected]
github: sklam
num_commits: 2
first_commit: 2014-08-01 13:59:01
- name: Catherine
email: [email protected]
aliases:
- whitequark
num_commits: 2
first_commit: 2016-05-29 19:06:31
github: whitequark
- name: Greg Brener
email: [email protected]
num_commits: 1
first_commit: 2017-02-23 12:06:56
github: gbrener
- name: Nicola Soranzo
email: [email protected]
github: nsoranzo
num_commits: 4
first_commit: 2017-06-15 13:31:41
- name: Diogo de Campos
email: [email protected]
num_commits: 1
first_commit: 2015-05-18 16:53:44
github: ESSS
- name: Joe Hartshorn
email: [email protected]
num_commits: 2
first_commit: 2018-06-29 08:49:46
github: j-hartshorn
aliases:
- joe-hartshorn
- name: Brent Pedersen
email: [email protected]
num_commits: 6
first_commit: 2016-04-06 12:20:31
github: brentp
- name: Morten Lund
email: [email protected]
num_commits: 1
first_commit: 2014-06-25 05:33:12
github: melund
- name: Guillaume Baty
email: [email protected]
num_commits: 1
first_commit: 2016-01-22 09:55:19
github: gbaty
- name: Benedikt Reinartz
email: [email protected]
num_commits: 2
first_commit: 2016-06-01 05:40:43
github: filmor
- name: Dave Hirschfeld
email: [email protected]
aliases:
- David Hirschfeld
alternate_emails:
num_commits: 6
first_commit: 2017-07-05 19:10:17
github: dhirschfeld
- name: James Abbott
email: [email protected]
num_commits: 6
first_commit: 2018-04-18 09:06:56
github: jamesabbott
- name: Tom Schoonjans
email: [email protected]
num_commits: 1
first_commit: 2018-11-05 06:45:20
github: tschoonj
- name: David Froger
email: [email protected]
num_commits: 1
first_commit: 2017-01-13 18:22:50
github: dfroger
- name: Stephan Hoyer
email: [email protected]
num_commits: 4
first_commit: 2014-05-13 20:14:49
github: shoyer
- name: Darren Dale
email: [email protected]
github: ddale
num_commits: 39
first_commit: 2014-07-29 13:42:47
- name: Ullrich Koethe
email: [email protected]
num_commits: 11
first_commit: 2015-09-08 10:27:25
github: ilastik
- name: Korijn van Golen
email: [email protected]
num_commits: 4
first_commit: 2016-01-28 01:48:40
github: ClinicalGraphics
- name: John Blischak
email: [email protected]
num_commits: 11
first_commit: 2017-08-11 13:23:55
github: jdblischak
- name: Floris Bruynooghe
email: [email protected]
num_commits: 1
first_commit: 2015-01-14 12:15:47
github: flub
- name: C. E. Ball
email: [email protected]
num_commits: 1
first_commit: 2018-04-19 18:36:36
github: ceball
- name: Landon Butterworth
email: [email protected]
aliases:
- landon.butterworth
num_commits: 1
first_commit: 2017-08-09 16:05:57
github: ratstache
- name: Jędrzej Nowak
email: [email protected]
num_commits: 1
first_commit: 2014-09-17 19:12:30
github: pigmej
aliases:
- Jedrzej Nowak
- name: Adam Ehlers Nyholm Thomsen
email: [email protected]
num_commits: 2
first_commit: 2016-07-01 03:12:37
github: adament
- name: Alex Wiltschko
email: [email protected]
num_commits: 17
first_commit: 2015-12-29 18:29:06
github: alexbw
- name: Robert Langlois
email: [email protected]
num_commits: 1
first_commit: 2014-03-20 13:26:33
github: ezralanglois
- name: Rick Izzo
email: [email protected]
github: rlizzo
num_commits: 2
first_commit: 2017-12-12 03:46:37
- name: Matthias Gabriel
email: [email protected]
num_commits: 19
first_commit: 2016-09-18 07:32:41
github: gabm
- name: Wolfgang Ulmer
email: [email protected]
num_commits: 2
first_commit: 2017-03-20 11:03:03
github: wulmer
- name: Ed Campbell
email: [email protected]
num_commits: 2
first_commit: 2014-12-22 10:40:23
github: esc24
- name: Lukas Schrangl
email: [email protected]
num_commits: 1
first_commit: 2017-10-07 06:05:05
github: lschr
- name: Ray Donnelly
email: [email protected]
github: mingwandroid
num_commits: 664
first_commit: 2016-03-06 18:52:51
- name: Paul Madden
email: [email protected]
num_commits: 1
first_commit: 2017-10-06 21:35:26
github: maddenp
- name: Tim Snyder
email: [email protected]
num_commits: 11
first_commit: 2017-04-28 11:08:14
github: timsnyder
- name: Dan Lovell
github: dlovell
email: [email protected]
num_commits: 1
first_commit: 2014-08-30 11:39:11
aliases:
- dlovell
- name: Lennart Fricke
email: [email protected]
github: lennart0901
num_commits: 1
first_commit: 2015-04-15 05:03:49
- name: Remi Chateauneu
email: [email protected]
num_commits: 3
first_commit: 2018-10-12 19:35:05
github: rchateauneu
- name: Trent Nelson
email: [email protected]
num_commits: 4
first_commit: 2014-05-19 21:15:57
github: tpn
- name: t-bltg
email: [email protected]
aliases:
- neok-m4700
alternate_emails:
num_commits: 8
first_commit: 2017-06-13 18:05:51
github: t-bltg
- name: Rolando (Max) Espinoza
email: [email protected]
num_commits: 3
first_commit: 2017-05-17 15:55:48
github: rmax
- name: Carsten Haubold
email: [email protected]
num_commits: 2
first_commit: 2017-08-08 08:23:53
github: chaubold
- name: Gaëtan de Menten
email: [email protected]
num_commits: 1
first_commit: 2015-11-26 10:47:03
github: gdementen
- name: Tadeu Manoel
email: [email protected]
num_commits: 4
first_commit: 2016-02-18 14:33:53
github: ESSS
alternate_emails:
- name: Robert Coop
email: [email protected]
github: RobertCoop
num_commits: 1
first_commit: 2015-01-01 20:19:42
- name: Peter Williams
email: [email protected]
num_commits: 4
first_commit: 2015-11-05 14:04:10
github: pkgw
- name: Devon Ryan
email: [email protected]
aliases:
- dpryan79
num_commits: 1
first_commit: 2018-10-05 04:08:55
github: dpryan79
- name: Christopher J. Wright
email: [email protected]
aliases:
- christopher
num_commits: 2
first_commit: 2017-09-26 13:29:42
github: CJ-Wright
- name: Michael Maltese
email: [email protected]
github: michaelmaltese
num_commits: 1
first_commit: 2014-05-26 19:48:12
- name: Joseph Hunkeler
email: [email protected]
num_commits: 2
first_commit: 2016-02-08 13:03:50
github: jhunkeler
- name: Armin Burgmeier
email: [email protected]
num_commits: 2
first_commit: 2017-05-31 00:46:41
github: aburgm
- name: Patrick Sodré
email: [email protected]
num_commits: 6
first_commit: 2018-05-27 21:30:00
github: sodre
- name: pwwang
email: [email protected]
num_commits: 1
first_commit: 2017-04-28 19:48:41
github: pwwang
- name: zachcp
email: [email protected]
num_commits: 1
first_commit: 2016-02-17 17:42:28
github: zachcp
- name: Christopher Whelan
email: [email protected]
github: qwhelan
num_commits: 1
first_commit: 2018-12-20 04:25:56
- name: Sophia Castellarin
email: [email protected]
aliases:
- sophia
- soapy1
alternate_emails:
num_commits: 98
first_commit: 2016-09-06 16:58:21
github: soapy1
- name: Bruno Oliveira
email: [email protected]
num_commits: 6
first_commit: 2017-01-19 20:18:10
github: nicoddemus
- name: Anthony Bretaudeau
email: [email protected]
num_commits: 2
first_commit: 2017-03-24 09:47:17
github: abretaud
- name: Lori Burns
email: [email protected]
github: loriab
num_commits: 2
first_commit: 2015-07-11 15:00:58
- name: Alexandru Coman
email: [email protected]
num_commits: 1
first_commit: 2015-10-05 08:38:05
github: alexandrucoman
- name: Matthew Harrigan
email: [email protected]
github: mpharrigan
num_commits: 1
first_commit: 2015-04-21 02:25:55
- name: Harsh Gupta
email: [email protected]
github: hargup
num_commits: 19
first_commit: 2015-05-07 08:01:05
- name: Takafumi Arakaki
email: [email protected]
github: tkf
num_commits: 2
first_commit: 2015-08-30 06:44:37
- name: Marcel Bargull
email: [email protected]
num_commits: 88
first_commit: 2016-09-26 11:45:54
github: mbargull
alternate_emails:
- name: Philip R. Kensche
email: [email protected]
num_commits: 2
first_commit: 2017-05-10 02:17:50
github: nsoranzo
- name: Anton Malakhov
email: [email protected]
num_commits: 1
first_commit: 2017-11-17 20:16:50
github: anton-malakhov
aliases:
- Anton
- name: peter1000
email: [email protected]
num_commits: 1
first_commit: 2014-01-25 11:17:26
github: peter1000
- name: Ryan Dale
email: [email protected]
aliases:
- daler
num_commits: 1
first_commit: 2016-07-27 10:08:34
github: daler
- name: Matt Swain
email: [email protected]
num_commits: 2
first_commit: 2017-03-14 10:16:23
github: mcs07
- name: Wes Turner
email: [email protected]
github: westurner
num_commits: 4
first_commit: 2015-05-11 08:46:37
- name: Stefan Zimmermann
email: [email protected]
github: userzimmermann
num_commits: 3
first_commit: 2014-07-28 11:43:16
- name: Aaron Stevens
email: [email protected]
num_commits: 1
first_commit: 2017-11-15 16:57:29
github: bheklilr
- name: Robert Wall
email: [email protected]
num_commits: 2
first_commit: 2015-11-15 15:19:10
github: llawall
- name: Yann
email: [email protected]
num_commits: 2
first_commit: 2015-03-11 10:51:49
github: yannpaul
- name: Tom Davidson
email: [email protected]
num_commits: 4
first_commit: 2018-07-04 16:44:19
github: tjd2002
- name: Thomas Kluyver
email: [email protected]
github: takluyver
num_commits: 3
first_commit: 2014-12-10 19:33:56
- name: Stas Bekman
email: [email protected]
num_commits: 1
first_commit: 2018-10-06 20:34:33
github: stas00
- name: Scheah
email: [email protected]
num_commits: 9
first_commit: 2016-09-22 23:00:30
github: sooneecheah
- name: Jan Stürtz
email: [email protected]
aliases:
- stuertz
num_commits: 2
first_commit: 2017-02-28 11:19:50
github: stuertz
- name: Aaron Meurer
email: [email protected]
num_commits: 821
first_commit: 2014-01-20 17:39:08
github: asmeurer
- name: Aleksey
email: [email protected]
aliases:
- aleksey-orekhov
num_commits: 2
first_commit: 2016-07-05 14:53:35
github: aleksey-orekhov
- name: Michael C. Grant
email: [email protected]
num_commits: 16
first_commit: 2016-03-08 17:42:53
github: mcg1969
alternate_emails:
- name: Casey Clements
email: [email protected]
num_commits: 5
first_commit: 2016-10-31 18:45:05
github: caseyclements
- name: Evan Hubinger
email: [email protected]
num_commits: 2
first_commit: 2017-05-02 02:17:27
github: evhub
- name: Evan Klitzke
email: [email protected]
num_commits: 1
first_commit: 2017-10-11 18:00:03
github: eklitzke
- name: Bryan W. Weber
email: [email protected]
github: bryanwweber
num_commits: 6
first_commit: 2016-10-09 00:32:07
- name: Yoav Ram
email: [email protected]
num_commits: 1
first_commit: 2016-09-13 09:03:59
github: yoavram
- name: Nehal J Wani
email: [email protected]
num_commits: 32
first_commit: 2017-06-25 06:04:10
github: nehaljwani
- name: John Kirkham
email: [email protected]
aliases:
- jakirkham
- John Kirkham
alternate_emails:
num_commits: 74
first_commit: 2015-04-21 13:26:39
github: jakirkham
- name: Anthony Scopatz
email: [email protected]
github: scopatz
num_commits: 26
first_commit: 2014-10-26 14:04:48
- name: Martin Bergtholdt
email: [email protected]
num_commits: 3
first_commit: 2018-11-28 08:33:53
github: bergtholdt
- name: Jasmine Sandhu
email: [email protected]
github: sandhujasmine
num_commits: 19
first_commit: 2015-06-30 13:12:25
- name: Thomas Holder
email: [email protected]
num_commits: 1
first_commit: 2018-07-24 16:04:37
github: speleo3
- name: Johannes Köster
email: [email protected]
num_commits: 25
first_commit: 2016-01-14 09:48:19
github: bioconda
- name: Eric Dill
email: [email protected]
num_commits: 3
first_commit: 2015-10-17 12:35:00
github: ericdill
- name: Bill Little
email: [email protected]
num_commits: 1
first_commit: 2018-04-03 06:21:45
github: bjlittle
- name: Marco Rossi
email: [email protected]
num_commits: 1
first_commit: 2018-03-09 12:21:30
github: maross
- name: Guilherme Quentel Melo
email: [email protected]
num_commits: 4
first_commit: 2017-06-16 10:54:26
github: gqmelo
- name: Yu Feng
email: [email protected]
num_commits: 4
first_commit: 2017-01-25 19:53:43
github: rainwoodman
- name: Stuart Berg
email: [email protected]
num_commits: 49
first_commit: 2015-09-13 14:49:05
github: stuarteberg
- name: Richard Frank
email: [email protected]
num_commits: 7
first_commit: 2015-12-30 13:24:17
github: quantopian
- name: Johannes Bauer
email: [email protected]
num_commits: 2
first_commit: 2017-04-04 13:42:59
github: tatome
- name: Bradley Kreider
email: [email protected]
num_commits: 1
first_commit: 2014-12-01 17:28:59
github: bkreider
- name: Juan Lasheras
email: [email protected]
num_commits: 1
first_commit: 2015-07-06 09:27:47
github: jlas
aliases:
- jlas
- name: Richard Hattersley
email: [email protected]
num_commits: 1
first_commit: 2014-06-25 11:19:16
github: rhattersley
- name: Elliot Hughes
email: [email protected]
num_commits: 5
first_commit: 2017-01-18 16:28:31
github: ElliotJH
- name: steamelephant
email: [email protected]
num_commits: 1
first_commit: 2018-01-25 18:38:47
github: steamelephant
- name: Levi Naden
email: [email protected]
num_commits: 2
first_commit: 2018-12-12 08:54:57
github: Lnaden
- name: Dougal J. Sutherland
email: [email protected]
num_commits: 1
first_commit: 2017-07-06 10:28:37
github: dougalsutherland
- name: James Sexton
email: [email protected]
num_commits: 25
first_commit: 2017-07-28 16:39:11
github: Bezier89
- name: Amir Mohammadi
email: [email protected]
github: 183amir
aliases:
- Amir MOHAMMADI
- Amir Mohammadi
alternate_emails:
num_commits: 6
first_commit: 2018-02-27 16:37:19
- name: David Li
email: [email protected]
num_commits: 1
first_commit: 2014-07-29 14:24:58
github: dli
- name: wikiped
email: [email protected]
num_commits: 1
first_commit: 2018-03-17 06:47:08
github: wikiped
- name: Derek Ludwig
email: [email protected]
num_commits: 3
first_commit: 2017-08-14 16:03:34
github: dsludwig
- name: Almar Klein
email: [email protected]
num_commits: 11
first_commit: 2016-02-27 17:58:19
github: almarklein
aliases:
- almar
alternate_emails:
- almar@almar-ubuntu64.(none)
- name: Brant Faircloth
email: [email protected]
github: brantfaircloth
num_commits: 1
first_commit: 2014-04-26 20:39:24
- name: Mark Wiebe
email: [email protected]
num_commits: 1
first_commit: 2016-12-18 23:23:51
github: mwiebe
- name: Morten Enemark Lund
email: [email protected]
aliases:
- mel
num_commits: 1
first_commit: 2015-07-10 04:07:43
github: melund
- name: Alexander Sturm
email: [email protected]
num_commits: 9
first_commit: 2018-10-19 10:58:11
github: alexandersturm
- name: Crystal Soja
email: [email protected]
aliases:
- csoja
num_commits: 2
github: csoja
first_commit: 2018-01-16 14:11:32
- name: Vlad Frolov
email: [email protected]
github: frol
num_commits: 3
first_commit: 2015-09-01 07:16:20
- name: Jan-Hendrik Prinz
email: [email protected]
num_commits: 2
first_commit: 2016-11-04 12:13:19
github: jhprinz
- name: Julien Schueller
email: [email protected]
num_commits: 4
first_commit: 2016-05-05 02:37:21
github: jschueller
- name: Alex Kovner
email: [email protected]
github: akovner
num_commits: 2
first_commit: 2017-12-12 00:59:23
- name: Clinical Graphics
email: [email protected]
github: ClinicalGraphics
is_org: true
num_commits: 0
first_commit: &id001 2019-01-16 17:49:34.416188
- name: Media24 Efinity
email: [email protected]
github: esc24
is_org: true
num_commits: 0
first_commit: *id001
- name: Axel Huebl
email: [email protected]
github: ax3l
num_commits: 1
first_commit: 2019-01-26 13:17:33
- name: Rachel Rigdon
email: [email protected]
num_commits: 134
first_commit: 2019-01-24 15:12:09
github: rrigdon
aliases:
- Rachel
- Rachel Rigdon
- rrigdon
alternate_emails:
- name: Zane Dufour
email: [email protected]
github: zdog234
aliases:
- zdog234
num_commits: 2
first_commit: 2019-02-28 08:50:28
- name: Chris Hogan
email: [email protected]
num_commits: 5
first_commit: 2019-01-31 13:02:27
github: ChristopherHogan
- name: Gabriel Reis
email: [email protected]
num_commits: 1
first_commit: 2019-02-19 09:26:21
github: gabrielcnr
- name: Julian Rüth
email: [email protected]
num_commits: 10