Encourage https for bottle hosting

I assume that we want to encourage people hosting
their own bottles to serve them using `https`.
This PR has a trivial change in the example.
We may consider adding some text to the `root_url`
description with a discussion of security.
Also use https://example.com instead of
http://mikemcquaid.com in bottle example.

Closes Homebrew/homebrew#44651.

Signed-off-by: Xu Cheng <xucheng@me.com>
This commit is contained in:
Steven Peters 2015-10-05 16:40:34 -07:00 committed by Xu Cheng
parent 8318500294
commit d3d1b6f0fe

View File

@ -32,7 +32,7 @@ end
A full example:
```ruby
bottle do
root_url "http://mikemcquaid.com"
root_url "https://example.com"
prefix "/opt/homebrew"
cellar "/opt/homebrew/Cellar"
revision 4