diff options
| author | Tianyi Cui | 2010-11-11 02:16:28 +0800 | 
|---|---|---|
| committer | Adam Vandenberg | 2010-11-18 20:14:27 -0800 | 
| commit | 7871a99fe3439f457634e5792dd2f7b127fdd2dc (patch) | |
| tree | 05f071812239c3c3eda888f1f45b880d2f79cdf3 /Library/Formula/git-flow.rb | |
| parent | d2530e5280072e1278eb509efbad3312e863e3e7 (diff) | |
| download | homebrew-7871a99fe3439f457634e5792dd2f7b127fdd2dc.tar.bz2 | |
Use https for all GitHub URLs
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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" | 
