repo: fix homepage

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Paul Phillips 2011-04-27 19:34:06 -07:00 committed by Adam Vandenberg
parent 33e7d6dd6f
commit f454b352b3

View file

@ -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