mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-11-21 03:11:25 +08:00
add workaround for Guillaume
This commit is contained in:
parent
6680fa42ee
commit
c4dacabcc8
@ -21,6 +21,11 @@ std::string contributor_name(const std::string& line)
|
||||
return "Mark Borgerding";
|
||||
}
|
||||
|
||||
if(line.find("kayhman@contact.intra.cea.fr") != string::npos)
|
||||
{
|
||||
return "Guillaume Saupin";
|
||||
}
|
||||
|
||||
// from there on we assume that we have a entry of the form
|
||||
// either:
|
||||
// Bla bli Blurp
|
||||
|
Loading…
Reference in New Issue
Block a user