diff options
| author | Adam Vandenberg | 2013-01-28 21:37:44 -0800 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-01-28 21:40:41 -0800 | 
| commit | d17c5ff62d15b4be67672adebfd976e681dd96e0 (patch) | |
| tree | c73476e5c3e8412aecce16d88169a3945fc76748 /Library/Formula/man2html.rb | |
| parent | a68cf15569c600c3c809219c0e78caf5935ed1f3 (diff) | |
| download | homebrew-d17c5ff62d15b4be67672adebfd976e681dd96e0.tar.bz2 | |
man2html: style nits
Diffstat (limited to 'Library/Formula/man2html.rb')
| -rw-r--r-- | Library/Formula/man2html.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/man2html.rb b/Library/Formula/man2html.rb index 8a7502443..b080e719c 100644 --- a/Library/Formula/man2html.rb +++ b/Library/Formula/man2html.rb @@ -1,8 +1,8 @@  require 'formula'  class Man2html < Formula -  url 'http://www.oit.uci.edu/indiv/ehood/tar/man2html3.0.1.tar.gz'    homepage 'http://www.oac.uci.edu/indiv/ehood/man2html.html' +  url 'http://www.oit.uci.edu/indiv/ehood/tar/man2html3.0.1.tar.gz'    sha1 '18b617783ce59491db984d23d2b0c8061bff385c'    def install  | 
