diff options
| author | Adam Vandenberg | 2013-01-04 22:46:22 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-04 22:46:22 -0800 |
| commit | f1dc6e15558867dd5b9284bb46c2c83a6190965f (patch) | |
| tree | 18e3207aec8d66ac696d0c71ea71ac8754a300b2 /Library | |
| parent | 52015c91dc87b45f3eca456a969ad54db42df073 (diff) | |
| download | homebrew-f1dc6e15558867dd5b9284bb46c2c83a6190965f.tar.bz2 | |
scsh: style nit
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/scsh.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/scsh.rb b/Library/Formula/scsh.rb index f317b7b6c..1df845325 100644 --- a/Library/Formula/scsh.rb +++ b/Library/Formula/scsh.rb @@ -1,8 +1,8 @@ require 'formula' class Scsh < Formula - url 'http://ftp.scsh.net/pub/scsh/0.6/scsh-0.6.7.tar.gz' homepage 'http://www.scsh.net/' + url 'http://ftp.scsh.net/pub/scsh/0.6/scsh-0.6.7.tar.gz' sha1 'a1eaf0d0593e14914824898a0c3ec166429affd7' def install |
