diff options
| author | Adam Vandenberg | 2013-01-28 21:01:15 -0800 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-01-28 21:40:27 -0800 | 
| commit | f1b0ea0a9f28f9281c98033302f1ecd4b3b5a169 (patch) | |
| tree | 8160da7158b144f58ae3d16912eedd3dc5de088f | |
| parent | 064a6fab3e37895e044de94a4c21ab4c7017c0c9 (diff) | |
| download | homebrew-f1b0ea0a9f28f9281c98033302f1ecd4b3b5a169.tar.bz2 | |
par: style nits
| -rw-r--r-- | Library/Formula/par.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/par.rb b/Library/Formula/par.rb index 4e745d8e8..e04e0a2e3 100644 --- a/Library/Formula/par.rb +++ b/Library/Formula/par.rb @@ -1,8 +1,8 @@  require 'formula'  class Par < Formula -  url 'http://www.nicemice.net/par/Par152.tar.gz'    homepage 'http://www.nicemice.net/par/' +  url 'http://www.nicemice.net/par/Par152.tar.gz'    sha1 '4b83d2ec593bb45ee46d4b7c2bfc590e1f4a41a8'    def patches | 
