diff options
| author | Adam Vandenberg | 2013-01-27 14:10:24 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-28 21:39:46 -0800 |
| commit | bd8c6df398c4e1be3b28f7df0278c853f03cb8d5 (patch) | |
| tree | c4e2606d2409fcaab467974b095be682ccba5226 /Library | |
| parent | e1fd89fbfb585fe1b59a258448abaa5432384c5f (diff) | |
| download | homebrew-bd8c6df398c4e1be3b28f7df0278c853f03cb8d5.tar.bz2 | |
dict: style nits
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/dict.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/dict.rb b/Library/Formula/dict.rb index 3769f313c..760e74341 100644 --- a/Library/Formula/dict.rb +++ b/Library/Formula/dict.rb @@ -1,8 +1,8 @@ require 'formula' class Dict < Formula - url 'http://en.sourceforge.jp/frs/g_redir.php?m=jaist&f=%2Fdict%2Fdictd%2Fdictd-1.9.15%2Fdictd-1.9.15.tar.gz' homepage 'http://www.dict.org/' + url 'http://en.sourceforge.jp/frs/g_redir.php?m=jaist&f=%2Fdict%2Fdictd%2Fdictd-1.9.15%2Fdictd-1.9.15.tar.gz' sha1 '081ea97a4a6a936855af30d9c2a31f5733985822' def install |
