diff options
Diffstat (limited to 'Library/Formula/phantomjs.rb')
| -rw-r--r-- | Library/Formula/phantomjs.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/phantomjs.rb b/Library/Formula/phantomjs.rb index e63044057..163c0acad 100644 --- a/Library/Formula/phantomjs.rb +++ b/Library/Formula/phantomjs.rb @@ -1,6 +1,6 @@  require 'formula' -class Phantomjs <Formula +class Phantomjs < Formula    url 'http://phantomjs.googlecode.com/files/phantomjs-1.0.0.tar.gz'    head "git://github.com/ariya/phantomjs.git"    homepage 'http://phantomjs.googlecode.com/' | 
