We've ran into a situation that I think the current user model can't handle.
There exists a maintainer that has changed GitHub accounts (and thus GitHub IDs), but has renamed their new GitHub account to have the username of the old one. This is an issue for us, because in certain channels this change isn't reflected yet and based on which channel we ingested last the NixMaintainer object will either point to the old GitHub user or the new one and we can support only one.
I'm not sure what the solution for this should be, any ideas what's the best way to model this?