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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +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>
20+
Dan Strohl <dan@wjcg.net> <dstrohl@users.noreply.github.com>
2121
Danny Trunk <dtrunk90@gmail.com> <dtrunk90@googlemail.com>
2222
David De Sloovere <david.desloovere@outlook.com> <david.desloovere@hotmail.com>
2323
David Murdoch <david@davidmurdoch.com> <musicisair@yahoo.com>

AUTHORS.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,8 +321,10 @@ 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
324+
Dan Strohl <dan@wjcg.net>
325325
Maksim Ryzhikov <rv.maksim@gmail.com>
326326
Amine HADDAD <haddad@allegorie.tv>
327327
Amanpreet Singh <apsdehal@gmail.com>
328328
Alexey Balchunas <bleshik@gmail.com>
329+
Peter Kehl <peter.kehl@gmail.com>
330+
Peter Dave Hello <hsu@peterdavehello.org>

Gruntfile.js

Lines changed: 1 addition & 3 deletions
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)