diff options
Diffstat (limited to 'Library/Formula/git-flow.rb')
| -rw-r--r-- | Library/Formula/git-flow.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/git-flow.rb b/Library/Formula/git-flow.rb index ea86b5adb..170a1555c 100644 --- a/Library/Formula/git-flow.rb +++ b/Library/Formula/git-flow.rb @@ -14,7 +14,7 @@ class GitFlowCompletion <Formula      super "git-flow-completion"    end -  homepage 'http://github.com/bobthecow/git-flow-completion' +  homepage 'https://github.com/bobthecow/git-flow-completion'  end  class GitFlow <Formula @@ -22,7 +22,7 @@ class GitFlow <Formula    version '0.4'    head 'git://github.com/nvie/gitflow.git', :branch => 'develop' -  homepage 'http://github.com/nvie/gitflow' +  homepage 'https://github.com/nvie/gitflow'    def install      system "make", "prefix=#{prefix}", "install" | 
