Possible to transfer/rename an Terraform Module from one Github owner to another?

Hey HashiCorp team, is it possible that when an Github repo is transferred ownership from one place (eg: an person) to a company, that we can somehow rename/transfer/alias the existing Terraform Module so that any implementers of the module will still be able to use the old name/prefix, but that it will (transparently?) point to the new owner of the repo?

Basically, it would be ideal if Terraform Modules did what Github does as well, which is to internally rewrite/redirect users to the new location of a module. Thanks!