Skip to content

Commit

Permalink
Update CONTRIBUTORS.txt and generation script (#546)
Browse files Browse the repository at this point in the history
* Update CONTRIBUTORS.txt and generate script

* Update mailmap
  • Loading branch information
adam-fowler authored Sep 9, 2024
1 parent 8927764 commit 195aeef
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .mailmap
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
Nicholas Trienens <[email protected]> Nicholas Trienens <[email protected]>
Nicholas Trienens <[email protected]> Nicholas Trienens <[email protected]>
Adam Fowler <[email protected]> adam-fowler <[email protected]>
Adam Fowler <[email protected]> dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Adam Fowler <[email protected]> hummingbird-automation[bot] <168462326+hummingbird-automation[bot]@users.noreply.github.com>
13 changes: 11 additions & 2 deletions CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,31 @@ needs to be listed here.

- Adam Fowler <[email protected]>
- Aleph Retamal <[email protected]>
- Andreas Ley <[email protected]>
- Brian Michel <[email protected]>
- Callum Todd <[email protected]>
- Chris <[email protected]>
- Derek Clarkson <[email protected]>
- Florion <[email protected]>
- Iceman <[email protected]>
- Joannis Orlandos <[email protected]>
- Jonathan Pulfer <[email protected]>
- Lorenzo Fiamingo <[email protected]>
- Mirza Učanbarlić <[email protected]>
- Moritz Lang <[email protected]>
- Runar Hummelsund <[email protected]>
- Simon Leeb <[email protected]>
- Tanner Silva <[email protected]>
- Tibor Bödecs <[email protected]>
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- hummingbird-automation[bot] <168462326+hummingbird-automation[bot]@users.noreply.github.com>
- taylorswift <[email protected]>
- 0xpablo <[email protected]>
- Michael Stegeman <[email protected]>
- Ronald Mannak <[email protected]>
- Nicholas Trienens <[email protected]>
- Mahdi Bahrami <[email protected]>
- Joseph Heck <[email protected]>
- Stevenson Michel <[email protected]>
- Thomas Krajacic <[email protected]>
- Gao Lei <[email protected]>
- Kanz <[email protected]>
- Kia Abdi <[email protected]>
Expand Down
3 changes: 3 additions & 0 deletions scripts/generate-contributors-list.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,11 @@ get_contributors hummingbird-fluent
get_contributors hummingbird-lambda
get_contributors hummingbird-mustache
get_contributors hummingbird-redis
get_contributors hummingbird-postgres
get_contributors hummingbird-websocket
get_contributors hummingbird-examples


CONTRIBUTORS=$(awk '!a[$0]++' <<< """$CONTRIBUTORS""")

cat > "$here/../CONTRIBUTORS.txt" <<- EOF
Expand Down

0 comments on commit 195aeef

Please sign in to comment.