diff options
| author | Adam Vandenberg | 2013-01-27 19:26:40 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-28 21:40:04 -0800 |
| commit | 8121d0f322d394d327b3c3027c6103da7673e4e4 (patch) | |
| tree | e6bd23fe38b53f71f454d98cd089aea50168f75f /Library/Formula | |
| parent | f6f420aa1543de3c36d20adfad9ea02a5e41da8f (diff) | |
| download | homebrew-8121d0f322d394d327b3c3027c6103da7673e4e4.tar.bz2 | |
hostdb: style nits
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/hostdb.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/hostdb.rb b/Library/Formula/hostdb.rb index e788cdf93..5c7ca909a 100644 --- a/Library/Formula/hostdb.rb +++ b/Library/Formula/hostdb.rb @@ -1,8 +1,8 @@ require 'formula' class Hostdb < Formula - url 'http://hostdb.googlecode.com/files/hostdb-1.004.tgz' homepage 'http://code.google.com/p/hostdb/' + url 'http://hostdb.googlecode.com/files/hostdb-1.004.tgz' sha1 '65ec59c2c88b763813fa611d8fd28a45cd9d5278' def install |
