diff --git a/AUTHORS.md b/AUTHORS.md index a1df1cd0..97295e6d 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -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. diff --git a/bin/update-authors.sh b/bin/update-authors.sh index c021c16c..4a5ea59c 100755 --- a/bin/update-authors.sh +++ b/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 {