aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/git.rb')
-rw-r--r--Library/Formula/git.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb
index ba14b2c37..7e26a31f2 100644
--- a/Library/Formula/git.rb
+++ b/Library/Formula/git.rb
@@ -25,12 +25,12 @@ class Git < Formula
depends_on 'go' => :build if build.with? 'persistent-https'
resource 'man' do
- url 'http://git-core.googlecode.com/files/git-manpages-1.9.0.tar.gz'
+ url 'https://git-core.googlecode.com/files/git-manpages-1.9.0.tar.gz'
sha1 'cff590c92b4d1c8a143c078473140b653cc5d56a'
end
resource 'html' do
- url 'http://git-core.googlecode.com/files/git-htmldocs-1.9.0.tar.gz'
+ url 'https://git-core.googlecode.com/files/git-htmldocs-1.9.0.tar.gz'
sha1 '65eb3f411f4699695c7081a7c716cabb9ce23d75'
end