Herokuへdeployしたアプリケーションの名前を変更するには

Herokuへdeployしたアプリケーションの名前を変更するには
HerokuのMy Appsページにて画面から変更可能であるが、変更後、
必ず以下のリンクにあるように、リモートリポジトリの名称も変更すること。
忘れないように覚え書き。

$ git remote rm heroku
$ git remote add heroku git@heroku.com:newname.git

http://devcenter.heroku.com/articles/renaming-apps#manually_updating_a_git_remote
※『Manually Updating a Git Remote』の箇所
※newnameの箇所は、変更後のアプリ名を入力