bin/update-authors.sh
This commit is contained in:
parent
18fa84a92e
commit
ddcf562b00
2 changed files with 2 additions and 2 deletions
|
|
@ -10,5 +10,5 @@
|
|||
- Romain Beaumont <romain.rom1@gmail.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 "#### 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
|
||||
Loading…
Add table
Reference in a new issue