diff options
| author | Adam Vandenberg | 2013-01-27 20:54:12 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-28 21:40:07 -0800 |
| commit | 2baa658619c9f0d2d89e4947049642dffa485fdb (patch) | |
| tree | 25b5775ef18ab76ad126d05d169a24ec3af3ff5c /Library | |
| parent | 1ba647ba8b1f9486afd27b43cd3fa2f8e3aad37c (diff) | |
| download | homebrew-2baa658619c9f0d2d89e4947049642dffa485fdb.tar.bz2 | |
iphotoexport: style nits
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/iphotoexport.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/iphotoexport.rb b/Library/Formula/iphotoexport.rb index 28e6a11f9..4d8c17258 100644 --- a/Library/Formula/iphotoexport.rb +++ b/Library/Formula/iphotoexport.rb @@ -1,8 +1,8 @@ require 'formula' class Iphotoexport < Formula - url 'http://iphotoexport.googlecode.com/files/iphotoexport-1.6.4.zip' homepage 'http://code.google.com/p/iphotoexport/' + url 'http://iphotoexport.googlecode.com/files/iphotoexport-1.6.4.zip' sha1 '50fa0916cf9689efdfd33cd4680424234b4e9023' depends_on 'exiftool' |
