From 621b24505fc29ba26f262af8023dbc91a6a09dae Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 12 Dec 2017 08:44:13 +0100 Subject: THANKS: added missing names ... as I reran the contrithanks script after the mailmap name fixups. --- scripts/contrithanks.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') 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/' -- cgit v1.2.3