authors
This commit is contained in:
parent
27bbdcc465
commit
ff5ae7a054
2 changed files with 9 additions and 0 deletions
|
|
@ -39,6 +39,7 @@
|
|||
- Nuno Campos (nuno.campos@me.com)
|
||||
- Ebrahim Byagowi (ebrahim@gnu.org)
|
||||
- Josip Janzic (josip@jjanzic.com)
|
||||
- Egor Yurtaev (yurtaev.egor@gmail.com)
|
||||
- Emil Bay (github@tixz.dk)
|
||||
- Borewit (borewit@users.noreply.github.com)
|
||||
- greenkeeper[bot] (greenkeeper[bot]@users.noreply.github.com)
|
||||
|
|
@ -55,6 +56,7 @@
|
|||
- Dan Flettre (flettre@gmail.com)
|
||||
- Sibiraj (dev.sibiraj@outlook.com)
|
||||
- clujin (clujin@gmail.com)
|
||||
- Sharon Grossman (sharong1337@gmail.com)
|
||||
- Linus Unnebäck (linus@folkdatorn.se)
|
||||
- Adrian Tombu (adrian@otso.fr)
|
||||
- Lucas (5874806+RecoX@users.noreply.github.com)
|
||||
|
|
@ -64,10 +66,16 @@
|
|||
- Recox (5874806+RecoX@users.noreply.github.com)
|
||||
- greenkeeper[bot] (23040076+greenkeeper[bot]@users.noreply.github.com)
|
||||
- hicom150 (hicom150@gmail.com)
|
||||
- Дамјан Георгиевски (gdamjan@gmail.com)
|
||||
- Jimmy Wärting (jimmy@warting.se)
|
||||
- Julen Garcia Leunda (hicom150@gmail.com)
|
||||
- Feross (feross@feross.org)
|
||||
- Daniele Debernardi (drebrez@gmail.com)
|
||||
- Chandan Chowdary Bhagam (chandandharana@gmail.com)
|
||||
- Pieter Goetschalckx (3.14.e.ter@gmail.com)
|
||||
- Carey Metcalfe (carey@cmetcalfe.ca)
|
||||
- Ameet Kaustav (akaustav@users.noreply.github.com)
|
||||
- gpatarin (gael.patarin@outlook.com)
|
||||
- Gael Patarin (gael.patarin@outlook.com)
|
||||
|
||||
#### Generated by bin/update-authors.sh.
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ while (<>) {
|
|||
next if /(dc\@DCs-MacBook.local)/;
|
||||
next if /(rolandoguedes\@gmail.com)/;
|
||||
next if /(grunjol\@users.noreply.github.com)/;
|
||||
next if /(dependabot)/;
|
||||
$seen{$_} = push @authors, "- ", $_;
|
||||
}
|
||||
END {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue