diff options
| author | Adam Vandenberg | 2013-01-27 21:03:14 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-28 21:40:09 -0800 |
| commit | ea7264c4bec435c618ce49f0aa20d1898d6f43d1 (patch) | |
| tree | 419125a0b7ae025c4422c1ebdc99413d942c6e4c /Library | |
| parent | 1dd56af48cbf0d592538fa18bd837d94761b06d4 (diff) | |
| download | homebrew-ea7264c4bec435c618ce49f0aa20d1898d6f43d1.tar.bz2 | |
justniffer: style nits
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/justniffer.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/justniffer.rb b/Library/Formula/justniffer.rb index ead516cb6..c62fb5803 100644 --- a/Library/Formula/justniffer.rb +++ b/Library/Formula/justniffer.rb @@ -1,8 +1,8 @@ require 'formula' class Justniffer < Formula - url 'http://downloads.sourceforge.net/project/justniffer/justniffer/justniffer%200.5.11/justniffer_0.5.11.tar.gz' homepage 'http://justniffer.sourceforge.net/' + url 'http://downloads.sourceforge.net/project/justniffer/justniffer/justniffer%200.5.11/justniffer_0.5.11.tar.gz' sha1 '3f3222361794a6f79f47567753550995c318a037' depends_on "boost" |
