As mentioned in #657, we currently have a conflict with a NixMaintainer object that prevents ingestion because we try to update the user in a way that our models prevent it.
Both github and github_id are expected to be unique, but this can't always happen when usernames change because github_id is used as a primary key.