contributors.sh: lowercase 'github' for consistency

also fix contrithanks and THANKS-filter

Ref: #16438
Closes #16443
This commit is contained in:
Daniel Stenberg 2025-02-24 00:08:32 +01:00
parent 9391fc151f
commit efec626ebb
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
3 changed files with 8 additions and 5 deletions

View file

@ -67,9 +67,10 @@ CURLWWW="${CURLWWW:-../curl-www}"
cut '-d(' -f1 | \
cut '-d<' -f1 | \
tr , '\012' | \
sed 's/ at github/ on github/' | \
sed 's/ at github/ on github/i' | \
sed 's/on github/on github/i' | \
sed 's/ and /\n/' | \
sed -e 's/^ *//' -e 's/ $//g' -e 's/@users.noreply.github.com$/ on github/'
sed -e 's/^ *//' -e 's/ $//g' -e 's/@users.noreply.github.com$/ on github/i'
grep -a "^ [^ \(]" RELEASE-NOTES| \
sed 's/, */\n/g'| \