aboutsummaryrefslogtreecommitdiff
path: root/scripts/contributors.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/contributors.sh')
-rwxr-xr-xscripts/contributors.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/contributors.sh b/scripts/contributors.sh
index 88386109f..071251524 100755
--- a/scripts/contributors.sh
+++ b/scripts/contributors.sh
@@ -50,7 +50,7 @@ cut -d: -f2- | \
cut '-d<' -f1 | \
tr , '\012' | \
sed 's/ and /\n/' | \
-sed -e 's/^ //' -e 's/ $//g'
+sed -e 's/^ //' -e 's/ $//g' -e 's/@users.noreply.github.com$/ on github/'
grep "^ [^ \(]" RELEASE-NOTES| \
sed 's/, */\n/g'| \