diff options
| -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 |
