diff options
| author | Adam Vandenberg | 2013-01-28 21:08:45 -0800 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-01-28 21:40:30 -0800 | 
| commit | 2bb1641b0fd7e8934dbe4f23deef99d5d752579c (patch) | |
| tree | 5f3e385f60a0e9c63c92f2557ecf23cad46690f4 | |
| parent | ef01556200c5be38ea56bf86e5692388d1d41ae4 (diff) | |
| download | homebrew-2bb1641b0fd7e8934dbe4f23deef99d5d752579c.tar.bz2 | |
lorem: style nits
| -rw-r--r-- | Library/Formula/lorem.rb | 5 | 
1 files changed, 2 insertions, 3 deletions
| diff --git a/Library/Formula/lorem.rb b/Library/Formula/lorem.rb index 77fe919c1..13f84b4fc 100644 --- a/Library/Formula/lorem.rb +++ b/Library/Formula/lorem.rb @@ -1,10 +1,9 @@  require 'formula'  class Lorem < Formula -  url 'http://lorem.googlecode.com/svn-history/r4/trunk/lorem', -        :using => :curl -  version '0.6.1'    homepage 'http://code.google.com/p/lorem/' +  url 'http://lorem.googlecode.com/svn-history/r4/trunk/lorem', :using => :curl +  version '0.6.1'    sha1 'aa6ef66e5ee1151397f19b358d772af316cf333b'    def install | 
