diff options
| author | Adam Vandenberg | 2013-01-27 14:16:49 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-28 21:39:47 -0800 |
| commit | 1af73f7c4c4847fab083be00abfcccf33c1240d6 (patch) | |
| tree | 27641ba66435a47dbf043ba4323ed7603b0c7091 /Library | |
| parent | 5a5e2c68eeccf71b28221a4ca976963cc0301337 (diff) | |
| download | homebrew-1af73f7c4c4847fab083be00abfcccf33c1240d6.tar.bz2 | |
djbdns: style nits
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/djbdns.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/djbdns.rb b/Library/Formula/djbdns.rb index 4fdef21d7..9e4b3051f 100644 --- a/Library/Formula/djbdns.rb +++ b/Library/Formula/djbdns.rb @@ -1,8 +1,8 @@ require 'formula' class Djbdns < Formula - url 'http://cr.yp.to/djbdns/djbdns-1.05.tar.gz' homepage 'http://cr.yp.to/djbdns.html' + url 'http://cr.yp.to/djbdns/djbdns-1.05.tar.gz' sha1 '2efdb3a039d0c548f40936aa9cb30829e0ce8c3d' depends_on 'daemontools' |
