diff --git a/AUTHORS.md b/AUTHORS.md index 8b64231a..1914b85a 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -10,5 +10,5 @@ - Romain Beaumont - Dan Flettre -#### Generated by tools/authors.sh. +#### Generated by bin/update-authors.sh. diff --git a/tools/authors.sh b/bin/update-authors.sh similarity index 87% rename from tools/authors.sh rename to bin/update-authors.sh index b76427e4..1e31b41a 100755 --- a/tools/authors.sh +++ b/bin/update-authors.sh @@ -14,6 +14,6 @@ END { print "# Authors\n\n"; print "#### Ordered by first contribution.\n\n"; print @authors, "\n"; - print "#### Generated by tools/authors.sh.\n\n"; + print "#### Generated by bin/update-authors.sh.\n\n"; } ' > AUTHORS.md