diff options
| author | Adam Vandenberg | 2013-01-27 14:17:51 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-28 21:39:47 -0800 |
| commit | 36b195ad1ccfa4891deea604ff85b3c787bc6d3f (patch) | |
| tree | 01b2332d5692d566916d69b53f2f20f4136fc8a1 | |
| parent | da05cf9ef1eb3715a82854f83f7035507d53e07c (diff) | |
| download | homebrew-36b195ad1ccfa4891deea604ff85b3c787bc6d3f.tar.bz2 | |
dnsmap: style nits
| -rw-r--r-- | Library/Formula/dnsmap.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/dnsmap.rb b/Library/Formula/dnsmap.rb index 4c7777318..b841491ca 100644 --- a/Library/Formula/dnsmap.rb +++ b/Library/Formula/dnsmap.rb @@ -1,8 +1,8 @@ require 'formula' class Dnsmap < Formula - url 'http://dnsmap.googlecode.com/files/dnsmap-0.30.tar.gz' homepage 'http://code.google.com/p/dnsmap/' + url 'http://dnsmap.googlecode.com/files/dnsmap-0.30.tar.gz' sha1 'a9a8a17102825510d16c1f8af33ca74407c18c70' def install |
