diff options
Diffstat (limited to 'Library/Formula/repo.rb')
| -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 7ba599045..f2068c84f 100644 --- a/Library/Formula/repo.rb +++ b/Library/Formula/repo.rb @@ -1,6 +1,6 @@ require 'formula' -class Repo <ScriptFileFormula +class Repo < ScriptFileFormula homepage 'http://source.android.com/download/using-repo' head 'http://android.git.kernel.org/repo' end |
