aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git-flow.rb
diff options
context:
space:
mode:
authorTianyi Cui2010-11-11 02:16:28 +0800
committerAdam Vandenberg2010-11-18 20:14:27 -0800
commit7871a99fe3439f457634e5792dd2f7b127fdd2dc (patch)
tree05f071812239c3c3eda888f1f45b880d2f79cdf3 /Library/Formula/git-flow.rb
parentd2530e5280072e1278eb509efbad3312e863e3e7 (diff)
downloadhomebrew-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.rb4
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"