diff --git a/Library/Homebrew/cmd/update.rb b/Library/Homebrew/cmd/update.rb index 6d150d398f..773bf257de 100644 --- a/Library/Homebrew/cmd/update.rb +++ b/Library/Homebrew/cmd/update.rb @@ -12,7 +12,7 @@ module Homebrew extend self end class RefreshBrew - REPOSITORY_URL = "http://github.com/mxcl/homebrew.git" + REPOSITORY_URL = "https://github.com/mxcl/homebrew.git" FORMULA_DIR = 'Library/Formula/' EXAMPLE_DIR = 'Library/Contributions/examples/'