# File lib/heroku/helpers.rb, line 163
    def app_urls(name)
      "http://#{name}.heroku.com/ | git@heroku.com:#{name}.git"
    end