hasgeek.tv
hasgeek.tv copied to clipboard
Rename repository from hasgeek.tv to hgtv
Our convention is for the repository name to match the package name. The package is named hgtv as Python can't handle the period in hasgeek.tv. The Git repository needs to be renamed to hgtv to match convention.
This will break existing references to the hasgeek.tv repository URL, the most prominent of which is in the .git/config files in production and various developer laptop checkouts. This is easily fixed, however.
This isn't a breaking change though, since GitHub leaves a redirect when you rename a repository (or transfer ownership).
From the GitHub Blog - Repository redirects are here!