aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git-extras.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-extras.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-extras.rb')
-rw-r--r--Library/Formula/git-extras.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/git-extras.rb b/Library/Formula/git-extras.rb
index a9b48d2df..960280f38 100644
--- a/Library/Formula/git-extras.rb
+++ b/Library/Formula/git-extras.rb
@@ -5,7 +5,7 @@ class GitExtras <Formula
version '0.0.7'
head 'git://github.com/visionmedia/git-extras.git', :branch => 'master'
- homepage 'http://github.com/visionmedia/git-extras'
+ homepage 'https://github.com/visionmedia/git-extras'
# Patch won't be needed in 0.0.8. See:
# https://github.com/visionmedia/git-extras/issues/issue/25