diff options
Diffstat (limited to 'Library/Formula/fabricate.rb')
| -rw-r--r-- | Library/Formula/fabricate.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/fabricate.rb b/Library/Formula/fabricate.rb index 6495e7efb..89366d4b6 100644 --- a/Library/Formula/fabricate.rb +++ b/Library/Formula/fabricate.rb @@ -1,7 +1,6 @@ require 'formula' class Fabricate <ScriptFileFormula - @url='http://fabricate.googlecode.com/svn/trunk' - @version='HEAD' - @homepage='http://code.google.com/p/fabricate' + head 'http://fabricate.googlecode.com/svn/trunk' + homepage 'http://code.google.com/p/fabricate' end |
