diff options
| -rw-r--r-- | Library/Formula/chromedriver.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/chromedriver.rb b/Library/Formula/chromedriver.rb index f9dd10e5e..62d821ffb 100644 --- a/Library/Formula/chromedriver.rb +++ b/Library/Formula/chromedriver.rb @@ -1,7 +1,7 @@ require 'formula' class Chromedriver < Formula - homepage 'http://code.google.com/p/chromedriver/' + homepage 'https://sites.google.com/a/chromium.org/chromedriver/' url 'http://chromedriver.storage.googleapis.com/2.12/chromedriver_mac32.zip' sha256 'f93464dd4e57f7d59601e9ab92ad0770493f9ea00b69ddba8da3886c35852d4b' version '2.12' |
