diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-12-12 08:44:13 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-12-12 08:46:29 +0100 |
commit | 621b24505fc29ba26f262af8023dbc91a6a09dae (patch) | |
tree | 1e70c544cea7842512bc187a9cbf064c3a999914 /scripts | |
parent | cc0cca1baf92edc45cbc9bbd6cbc05e7dff608e5 (diff) | |
download | curl-621b24505fc29ba26f262af8023dbc91a6a09dae.tar.gz |
THANKS: added missing names
... as I reran the contrithanks script after the mailmap name fixups.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/contrithanks.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/contrithanks.sh b/scripts/contrithanks.sh index d3dad3e90..85af71038 100755 --- a/scripts/contrithanks.sh +++ b/scripts/contrithanks.sh @@ -41,6 +41,7 @@ cut -d: -f2- | \ cut '-d(' -f1 | \ cut '-d<' -f1 | \ tr , '\012' | \ +sed 's/ at github/ on github/' | \ sed 's/ and /\n/' | \ sed -e 's/^ //' -e 's/ $//g' -e 's/@users.noreply.github.com$/ on github/' |