diff options
| author | Adam Vandenberg | 2010-08-21 12:01:45 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2010-08-21 12:01:45 -0700 | 
| commit | 1c9b26099da71d7260b0339d193921d42b4bc273 (patch) | |
| tree | 0c1f6310dc389f0db275e1ee7e4930d73b89e6d1 /Library/Formula/sbt.rb | |
| parent | 7146e145892d2431ac538d71b2ea504dccf658b6 (diff) | |
| download | homebrew-1c9b26099da71d7260b0339d193921d42b4bc273.tar.bz2 | |
Fix audit warnings
Diffstat (limited to 'Library/Formula/sbt.rb')
| -rw-r--r-- | Library/Formula/sbt.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/sbt.rb b/Library/Formula/sbt.rb index 2024971db..35c74de2d 100644 --- a/Library/Formula/sbt.rb +++ b/Library/Formula/sbt.rb @@ -3,7 +3,7 @@ require 'formula'  class Sbt <Formula    JAR = 'sbt-launch-0.7.4.jar'    url "http://simple-build-tool.googlecode.com/files/#{JAR}" -  homepage 'http://code.google.com/p/simple-build-tool' +  homepage 'http://code.google.com/p/simple-build-tool/'    md5 '8903fb141037056a497925f3efdb9edf'    def install  | 
