bin/update-authors.sh
This commit is contained in:
@@ -10,5 +10,5 @@
|
|||||||
- Romain Beaumont <romain.rom1@gmail.com>
|
- Romain Beaumont <romain.rom1@gmail.com>
|
||||||
- Dan Flettre <fletd01@yahoo.com>
|
- Dan Flettre <fletd01@yahoo.com>
|
||||||
|
|
||||||
#### Generated by tools/authors.sh.
|
#### Generated by bin/update-authors.sh.
|
||||||
|
|
||||||
|
|||||||
@@ -14,6 +14,6 @@ END {
|
|||||||
print "# Authors\n\n";
|
print "# Authors\n\n";
|
||||||
print "#### Ordered by first contribution.\n\n";
|
print "#### Ordered by first contribution.\n\n";
|
||||||
print @authors, "\n";
|
print @authors, "\n";
|
||||||
print "#### Generated by tools/authors.sh.\n\n";
|
print "#### Generated by bin/update-authors.sh.\n\n";
|
||||||
}
|
}
|
||||||
' > AUTHORS.md
|
' > AUTHORS.md
|
||||||
Reference in New Issue
Block a user