diff options
| author | Adam Vandenberg | 2011-05-26 22:02:55 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2011-05-26 22:02:55 -0700 | 
| commit | 4e7c332a483b339b9db60ab0577176bfbcb197b7 (patch) | |
| tree | f7e6f66518a024869aaa76fb14abe340fe76953b /Library/Formula/git-flow.rb | |
| parent | 56a1b274b94c8c10fd8c33aa2d3a8cf1b6c4344c (diff) | |
| download | homebrew-4e7c332a483b339b9db60ab0577176bfbcb197b7.tar.bz2 | |
Use https for github repos.
Diffstat (limited to 'Library/Formula/git-flow.rb')
| -rw-r--r-- | Library/Formula/git-flow.rb | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/Library/Formula/git-flow.rb b/Library/Formula/git-flow.rb index 5dbaa4e19..ce60d7523 100644 --- a/Library/Formula/git-flow.rb +++ b/Library/Formula/git-flow.rb @@ -2,9 +2,9 @@  require 'formula'  class GitFlowCompletion < Formula -  url 'git://github.com/bobthecow/git-flow-completion.git', :tag => '0.4.1.0' +  url 'https://github.com/bobthecow/git-flow-completion.git', :tag => '0.4.1.0'    version '0.4.1.0' -  head 'git://github.com/bobthecow/git-flow-completion.git', :branch => 'develop' +  head 'https://github.com/bobthecow/git-flow-completion.git', :branch => 'develop'    def initialize      # We need to hard-code the formula name since Homebrew can't @@ -18,9 +18,9 @@ class GitFlowCompletion < Formula  end  class GitFlow < Formula -  url 'git://github.com/nvie/gitflow.git', :tag => '0.4.1' +  url 'https://github.com/nvie/gitflow.git', :tag => '0.4.1'    version '0.4.1' -  head 'git://github.com/nvie/gitflow.git', :branch => 'develop' +  head 'https://github.com/nvie/gitflow.git', :branch => 'develop'    homepage 'https://github.com/nvie/gitflow' | 
