Good open source projects are projects, which are made up of code and people. I've never cared for the idea that a project belongs to one person on github.
Well, github can do that too. You can set up an organization that isn't tied to any particular account and manage repos from there.
Projects start out as one person messing with code. Of course the project belongs to one person at that point. As more people join in you can re-structure the project into an organization with multiple owners.
The problem is that GitHub has no way to point the original project to the official project. The new organization project will still say "forked from" the original person's project.
Agreed. I've seen projects that have their own username to host the project repository (or repositories), rather than using the author's username. Quicklisp does this, for instance.