Skip to content

Commit 48257cd

Browse files
committed
Build: Adjust author info for Dan Strohl
1 parent 34fc97e commit 48257cd

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.mailmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Christoph Rönsch <christoph.roensch@arcor.de>
1717
Corey Frang <gnarf37@gmail.com> <gnarf@gnarf.net>
1818
Courtland Allen <courtlandallen@gmail.com>
1919
Dan Streetman <ddstreet@ieee.org>
20+
Dan Strohl <dstrohl@users.noreply.github.com>
2021
Danny Trunk <dtrunk90@gmail.com> <dtrunk90@googlemail.com>
2122
David De Sloovere <david.desloovere@outlook.com> <david.desloovere@hotmail.com>
2223
David Murdoch <david@davidmurdoch.com> <musicisair@yahoo.com>

AUTHORS.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,3 +321,4 @@ Piotr Baran <piotros@wp.pl>
321321
Mukul Hase <mukulhase@gmail.com>
322322
Konstantin Dinev <kdinev@mail.bw.edu>
323323
Rand Scullard <rand@randscullard.com>
324+
Dan Strohl

Gruntfile.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,9 @@ grunt.registerTask( "update-authors", function() {
390390
}
391391

392392
authors = authors.map(function( author ) {
393-
if ( author.match( /^Jacek Jędrzejewski </ ) ) {
393+
if ( author.match( /^Dan Strohl </ ) ) {
394+
return "Dan Strohl";
395+
} else if ( author.match( /^Jacek Jędrzejewski </ ) ) {
394396
return "Jacek Jędrzejewski (http://jacek.jedrzejewski.name)";
395397
} else if ( author.match( /^Pawel Maruszczyk </ ) ) {
396398
return "Pawel Maruszczyk (http://hrabstwo.net)";

0 commit comments

Comments
 (0)