diff options
| -rw-r--r-- | Library/Formula/hub.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/Library/Formula/hub.rb b/Library/Formula/hub.rb index 2b83db398..21050308e 100644 --- a/Library/Formula/hub.rb +++ b/Library/Formula/hub.rb @@ -3,6 +3,7 @@ require 'formula'  class Hub <Formula    url 'https://github.com/defunkt/hub/tarball/v1.5.0'    homepage 'https://github.com/defunkt/hub' +  head 'git://github.com/defunkt/hub.git'    md5 '3e719ea33cd2b78795dbfc6f8c5e41f8'    def install | 
