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";
|
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
|
// from there on we assume that we have a entry of the form
|
||||||
// either:
|
// either:
|
||||||
// Bla bli Blurp
|
// Bla bli Blurp
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user