diff options
Diffstat (limited to 'Library/Formula/gwt.rb')
| -rw-r--r-- | Library/Formula/gwt.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/gwt.rb b/Library/Formula/gwt.rb index 6a17219c2..6aeb5ffc2 100644 --- a/Library/Formula/gwt.rb +++ b/Library/Formula/gwt.rb @@ -2,7 +2,7 @@ require 'formula'  class Gwt < Formula    homepage 'https://developers.google.com/web-toolkit/' -  url 'http://google-web-toolkit.googlecode.com/files/gwt-2.6.0.zip' +  url 'https://google-web-toolkit.googlecode.com/files/gwt-2.6.0.zip'    sha1 '36d45c9dffbe59d15c6f6d04657438dc78e343c1'    def install | 
