diff options
| author | Derrick Jones | 2011-10-19 17:11:57 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-10-19 20:23:16 -0700 |
| commit | aace38d30415cfbdf334f3a7200e49fc590a21e9 (patch) | |
| tree | ef2938075b8806f0dd6f5220fd58120c396457dd /Library/Formula | |
| parent | 844b053e6d87974d937ab4d135cf24000ddea604 (diff) | |
| download | homebrew-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.rb | 2 |
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 |
