Add contributor list to README

This commit is contained in:
Soren L. Hansen 2021-04-18 08:07:21 -07:00
parent 11396d7877
commit 91f9172faf
4 changed files with 265 additions and 0 deletions

View file

@ -64,6 +64,12 @@ js/node_modules/webpack:
cd js && \
npm install
README.md: README.md.in
(cat $< ; git log --pretty=format:' * %aN <%aE>' | \
grep -v 'sorenisanerd' | \
grep -v 'yudai@arielsworks' | \
sort -u ) > $@
tools:
go get github.com/tools/godep
go get github.com/mitchellh/gox