diff options
| author | Adam Vandenberg | 2013-01-27 14:09:54 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-28 21:39:46 -0800 |
| commit | e1fd89fbfb585fe1b59a258448abaa5432384c5f (patch) | |
| tree | 39b4380e732aa351d044811c6bb097e14c6d7a41 /Library | |
| parent | fbd55c2cf738687b8d01a727f3c45048d9622aaf (diff) | |
| download | homebrew-e1fd89fbfb585fe1b59a258448abaa5432384c5f.tar.bz2 | |
diction: style nits
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/diction.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/diction.rb b/Library/Formula/diction.rb index a1480b525..b28d86fe1 100644 --- a/Library/Formula/diction.rb +++ b/Library/Formula/diction.rb @@ -1,9 +1,9 @@ require 'formula' class Diction < Formula + homepage 'http://www.gnu.org/software/diction/' url 'http://ftpmirror.gnu.org/diction/diction-1.11.tar.gz' mirror 'http://ftp.gnu.org/gnu/diction/diction-1.11.tar.gz' - homepage 'http://www.gnu.org/software/diction/' sha1 '30c7c778959120d30fa67be9261d41de894f498b' def install |
