diff options
| author | Adam Vandenberg | 2013-01-27 20:50:40 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-28 21:40:05 -0800 |
| commit | 5ee21b8424a9bfc8bce8c4899f2316a361de753a (patch) | |
| tree | 38408acd0bab2b6ad460b2806c2cac610225d101 /Library | |
| parent | 541e4f780ca29bd45bd485c109ab366c810ce88d (diff) | |
| download | homebrew-5ee21b8424a9bfc8bce8c4899f2316a361de753a.tar.bz2 | |
id3v2: style nits
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/id3v2.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/id3v2.rb b/Library/Formula/id3v2.rb index 4f20547cc..1a3bf54af 100644 --- a/Library/Formula/id3v2.rb +++ b/Library/Formula/id3v2.rb @@ -1,8 +1,8 @@ require 'formula' class Id3v2 < Formula - url 'http://downloads.sourceforge.net/project/id3v2/id3v2/0.1.11/id3v2-0.1.11.tar.gz' homepage 'http://id3v2.sourceforge.net/' + url 'http://downloads.sourceforge.net/project/id3v2/id3v2/0.1.11/id3v2-0.1.11.tar.gz' sha1 'ca825d851ca0c6a5783af107dc6baa7aa93f0bad' depends_on 'id3lib' |
