diff options
| author | Paul Phillips | 2011-04-27 19:34:06 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-04-28 09:03:11 -0700 |
| commit | 0cb4dca7c79430642fbe1262e3899a313f0d3f03 (patch) | |
| tree | dc029cc31eb5d83ffa57bb267a923c62c2dbe8c1 /Library/Formula | |
| parent | 4acc10020a3e917d72be8aa70c1cc626e2dd09ce (diff) | |
| download | homebrew-0cb4dca7c79430642fbe1262e3899a313f0d3f03.tar.bz2 | |
repo: fix homepage
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 f2068c84f..28cf61508 100644 --- a/Library/Formula/repo.rb +++ b/Library/Formula/repo.rb @@ -1,6 +1,6 @@ require 'formula' class Repo < ScriptFileFormula - homepage 'http://source.android.com/download/using-repo' + homepage 'http://source.android.com/source/using-repo.html' head 'http://android.git.kernel.org/repo' end |
