diff options
author | Daniel Stenberg <daniel@haxx.se> | 2018-05-14 08:52:41 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-05-14 08:53:22 +0200 |
commit | 4062bc4d3e717a490292500025e842e4d0f90ff1 (patch) | |
tree | 5e6c8d2cc7647f9f46f6145f7e301106ca7e8fdb /scripts | |
parent | 7d6e01441a161c81b19626bdf2b85dafece5f1b8 (diff) | |
download | curl-4062bc4d3e717a490292500025e842e4d0f90ff1.tar.gz |
contributors.sh: use "on github", not at
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/contributors.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/contributors.sh b/scripts/contributors.sh index db7aab8e0..d37c1199e 100755 --- a/scripts/contributors.sh +++ b/scripts/contributors.sh @@ -6,7 +6,7 @@ # | (__| |_| | _ <| |___ # \___|\___/|_| \_\_____| # -# Copyright (C) 2013-2017, Daniel Stenberg, <daniel@haxx.se>, et al. +# Copyright (C) 2013-2018, Daniel Stenberg, <daniel@haxx.se>, et al. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms @@ -50,6 +50,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/' |