mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Build: Adjust author info for Dan Strohl
This commit is contained in:
parent
8a79fc8784
commit
23d1db5845
2
.mailmap
2
.mailmap
@ -17,7 +17,7 @@ Christoph Rönsch <christoph.roensch@arcor.de>
|
|||||||
Corey Frang <gnarf37@gmail.com> <gnarf@gnarf.net>
|
Corey Frang <gnarf37@gmail.com> <gnarf@gnarf.net>
|
||||||
Courtland Allen <courtlandallen@gmail.com>
|
Courtland Allen <courtlandallen@gmail.com>
|
||||||
Dan Streetman <ddstreet@ieee.org>
|
Dan Streetman <ddstreet@ieee.org>
|
||||||
Dan Strohl <dstrohl@users.noreply.github.com>
|
Dan Strohl <dan@wjcg.net> <dstrohl@users.noreply.github.com>
|
||||||
Danny Trunk <dtrunk90@gmail.com> <dtrunk90@googlemail.com>
|
Danny Trunk <dtrunk90@gmail.com> <dtrunk90@googlemail.com>
|
||||||
David De Sloovere <david.desloovere@outlook.com> <david.desloovere@hotmail.com>
|
David De Sloovere <david.desloovere@outlook.com> <david.desloovere@hotmail.com>
|
||||||
David Murdoch <david@davidmurdoch.com> <musicisair@yahoo.com>
|
David Murdoch <david@davidmurdoch.com> <musicisair@yahoo.com>
|
||||||
|
@ -321,8 +321,10 @@ Piotr Baran <piotros@wp.pl>
|
|||||||
Mukul Hase <mukulhase@gmail.com>
|
Mukul Hase <mukulhase@gmail.com>
|
||||||
Konstantin Dinev <kdinev@mail.bw.edu>
|
Konstantin Dinev <kdinev@mail.bw.edu>
|
||||||
Rand Scullard <rand@randscullard.com>
|
Rand Scullard <rand@randscullard.com>
|
||||||
Dan Strohl
|
Dan Strohl <dan@wjcg.net>
|
||||||
Maksim Ryzhikov <rv.maksim@gmail.com>
|
Maksim Ryzhikov <rv.maksim@gmail.com>
|
||||||
Amine HADDAD <haddad@allegorie.tv>
|
Amine HADDAD <haddad@allegorie.tv>
|
||||||
Amanpreet Singh <apsdehal@gmail.com>
|
Amanpreet Singh <apsdehal@gmail.com>
|
||||||
Alexey Balchunas <bleshik@gmail.com>
|
Alexey Balchunas <bleshik@gmail.com>
|
||||||
|
Peter Kehl <peter.kehl@gmail.com>
|
||||||
|
Peter Dave Hello <hsu@peterdavehello.org>
|
||||||
|
@ -432,9 +432,7 @@ grunt.registerTask( "update-authors", function() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
authors = authors.map(function( author ) {
|
authors = authors.map(function( author ) {
|
||||||
if ( author.match( /^Dan Strohl </ ) ) {
|
if ( author.match( /^Jacek Jędrzejewski </ ) ) {
|
||||||
return "Dan Strohl";
|
|
||||||
} else if ( author.match( /^Jacek Jędrzejewski </ ) ) {
|
|
||||||
return "Jacek Jędrzejewski (http://jacek.jedrzejewski.name)";
|
return "Jacek Jędrzejewski (http://jacek.jedrzejewski.name)";
|
||||||
} else if ( author.match( /^Pawel Maruszczyk </ ) ) {
|
} else if ( author.match( /^Pawel Maruszczyk </ ) ) {
|
||||||
return "Pawel Maruszczyk (http://hrabstwo.net)";
|
return "Pawel Maruszczyk (http://hrabstwo.net)";
|
||||||
|
Loading…
Reference in New Issue
Block a user