diff options
| author | Adam Vandenberg | 2012-04-18 19:37:43 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-04-19 21:06:00 -0700 |
| commit | 78de146651d6328d2d026d3825abca46011624ea (patch) | |
| tree | f0416ba26a81b9fd4b7930b4e0ec7e737f39d1bc /Library/Formula/exodriver.rb | |
| parent | 15b06c5ddc9fce5483c01b0f633fce3ec8253665 (diff) | |
| download | homebrew-78de146651d6328d2d026d3825abca46011624ea.tar.bz2 | |
Remove redundant :using specs
Diffstat (limited to 'Library/Formula/exodriver.rb')
| -rw-r--r-- | Library/Formula/exodriver.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/exodriver.rb b/Library/Formula/exodriver.rb index faa1cbb78..eaab0809e 100644 --- a/Library/Formula/exodriver.rb +++ b/Library/Formula/exodriver.rb @@ -5,7 +5,7 @@ class Exodriver < Formula url 'https://github.com/labjack/exodriver/tarball/v2.0.4' md5 '9208085ee8a9166898dc812b9d7e1905' - head 'https://github.com/labjack/exodriver.git', :using => :git + head 'https://github.com/labjack/exodriver.git' depends_on 'libusb' |
