3 Commits (213d5396b71379028e7299c380bb5da6f2f040f6)

Author SHA1 Message Date
nrew225 213d5396b7 Fix contrib command in Makefile
-Fixes sed command to properly format markdown table.
-Update mailmap.
-Update AUTHORS.md
6 years ago
n8225 23d2b1162f Update .mailmap 7 years ago
n8225 46a373c1e8 Update AUTHORS.md (#895)
* Update AUTHORS.md

Created .mailmap file

Created with the following command:
mv .github/.mailmap . && printf "Commits | Author \n:---: | ---\n" > AUTHORS.md && git shortlog -sne >> AUTHORS.md &&
sed -i 's/\t/ | /g' AUTHORS.md && mv .mailmap .github/.mailmap

* Update Contrib line in makefile
8 years ago