aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorDerrick Jones2011-10-19 17:11:57 -0700
committerAdam Vandenberg2011-10-19 20:23:16 -0700
commitaace38d30415cfbdf334f3a7200e49fc590a21e9 (patch)
treeef2938075b8806f0dd6f5220fd58120c396457dd /Library/Formula
parent844b053e6d87974d937ab4d135cf24000ddea604 (diff)
downloadhomebrew-aace38d30415cfbdf334f3a7200e49fc590a21e9.tar.bz2
repo: update url
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/repo.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/repo.rb b/Library/Formula/repo.rb
index 28cf61508..ea47f6b61 100644
--- a/Library/Formula/repo.rb
+++ b/Library/Formula/repo.rb
@@ -2,5 +2,5 @@ require 'formula'
class Repo < ScriptFileFormula
homepage 'http://source.android.com/source/using-repo.html'
- head 'http://android.git.kernel.org/repo'
+ head 'https://dl-ssl.google.com/dl/googlesource/git-repo/repo'
end