diff options
| author | Adam Vandenberg | 2013-01-27 19:27:23 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-28 21:40:04 -0800 |
| commit | e70e69135fe3ce10eed013731dd48ee0a2add561 (patch) | |
| tree | d4d1cf2e6a9ff06972c72aad92544f1d8885bd8c | |
| parent | f8f1dcb17584addf5516d9f7e51bcb4fbad89678 (diff) | |
| download | homebrew-e70e69135fe3ce10eed013731dd48ee0a2add561.tar.bz2 | |
txt2tags: style nits
| -rw-r--r-- | Library/Formula/txt2tags.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/txt2tags.rb b/Library/Formula/txt2tags.rb index ac1d2ea1b..1f25bd250 100644 --- a/Library/Formula/txt2tags.rb +++ b/Library/Formula/txt2tags.rb @@ -1,8 +1,8 @@ require 'formula' class Txt2tags < Formula - url 'http://txt2tags.googlecode.com/files/txt2tags-2.6.tgz' homepage 'http://txt2tags.org' + url 'http://txt2tags.googlecode.com/files/txt2tags-2.6.tgz' sha1 '91bc47e02b9ec7f2fa39c8f7ff5c260164a74718' def install |
