Closed
Description
Since @yoichi's PR #243: we identify each contributor by their email address instead of their username which is definitely the right solution. However in some cases, a user may have changed his GH email along the way and therefore appear twice - or more - in the Authors
section:
It may be a good idea to have a second pass in get_authors
and merge the lines that share the same username.to_lowercase()