diff options
| author | Adam Vandenberg | 2013-01-27 21:20:51 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-28 21:40:11 -0800 |
| commit | af22868121a5c02ba073fa1d53044fb88c110fa7 (patch) | |
| tree | 1358789f19d9ca26942b19a1181662f86d4d33ef /Library | |
| parent | bff5e4178fd094ae6abe28cad2221e5ad34fce03 (diff) | |
| download | homebrew-af22868121a5c02ba073fa1d53044fb88c110fa7.tar.bz2 | |
smartypants: style nits
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/smartypants.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/smartypants.rb b/Library/Formula/smartypants.rb index c7ef569fa..f6bef9b3d 100644 --- a/Library/Formula/smartypants.rb +++ b/Library/Formula/smartypants.rb @@ -1,9 +1,9 @@ require 'formula' class Smartypants < Formula + homepage 'http://daringfireball.net/projects/smartypants/' url 'http://daringfireball.net/projects/downloads/SmartyPants_1.5.1.zip' sha1 '339a493f89cfee1e9f051bb1b39f9dcae4c595ca' - homepage 'http://daringfireball.net/projects/smartypants/' def install bin.install 'SmartyPants.pl' => 'smartypants' |
