diff options
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 |
