Skip to content

Commit 23d1db5

Browse files
committed
Build: Adjust author info for Dan Strohl
1 parent 8a79fc8 commit 23d1db5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.mailmap

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Christoph Rönsch <[email protected]>
1717
1818
Courtland Allen <[email protected]>
1919
Dan Streetman <[email protected]>
20-
Dan Strohl <[email protected]>
20+
2121
2222
2323

AUTHORS.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -321,8 +321,10 @@ Piotr Baran <[email protected]>
321321
Mukul Hase <[email protected]>
322322
Konstantin Dinev <[email protected]>
323323
Rand Scullard <[email protected]>
324-
Dan Strohl
324+
Dan Strohl <[email protected]>
325325
Maksim Ryzhikov <[email protected]>
326326
Amine HADDAD <[email protected]>
327327
Amanpreet Singh <[email protected]>
328328
Alexey Balchunas <[email protected]>
329+
Peter Kehl <[email protected]>
330+
Peter Dave Hello <[email protected]>

Gruntfile.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -432,9 +432,7 @@ grunt.registerTask( "update-authors", function() {
432432
}
433433

434434
authors = authors.map(function( author ) {
435-
if ( author.match( /^Dan Strohl </ ) ) {
436-
return "Dan Strohl";
437-
} else if ( author.match( /^Jacek Jędrzejewski </ ) ) {
435+
if ( author.match( /^Jacek Jędrzejewski </ ) ) {
438436
return "Jacek Jędrzejewski (http://jacek.jedrzejewski.name)";
439437
} else if ( author.match( /^Pawel Maruszczyk </ ) ) {
440438
return "Pawel Maruszczyk (http://hrabstwo.net)";

0 commit comments

Comments
 (0)