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/plowshare.rb | |
| parent | 7146e145892d2431ac538d71b2ea504dccf658b6 (diff) | |
| download | homebrew-1c9b26099da71d7260b0339d193921d42b4bc273.tar.bz2 | |
Fix audit warnings
Diffstat (limited to 'Library/Formula/plowshare.rb')
| -rw-r--r-- | Library/Formula/plowshare.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/plowshare.rb b/Library/Formula/plowshare.rb index c374ceba3..162bca2a7 100644 --- a/Library/Formula/plowshare.rb +++ b/Library/Formula/plowshare.rb @@ -2,7 +2,7 @@ require 'formula'  class Plowshare <Formula    head 'http://plowshare.googlecode.com/svn/trunk/' -  homepage 'http://code.google.com/p/plowshare' +  homepage 'http://code.google.com/p/plowshare/'    depends_on 'recode'    depends_on 'imagemagick'  | 
