Remove e-mails from README

Let us not make it any easier for spammers than absolutely
necessary
This commit is contained in:
Soren L. Hansen
2021-04-18 08:14:47 -07:00
parent 91f9172faf
commit 31194be638
3 changed files with 41 additions and 42 deletions

View File

@@ -65,9 +65,9 @@ js/node_modules/webpack:
npm install
README.md: README.md.in
(cat $< ; git log --pretty=format:' * %aN <%aE>' | \
grep -v 'sorenisanerd' | \
grep -v 'yudai@arielsworks' | \
(cat $< ; git log --pretty=format:' * %aN' | \
grep -v 'S.*ren L. Hansen' | \
grep -v 'Iwasaki Yudai' | \
sort -u ) > $@
tools: