diff options
Diffstat (limited to 'Library/Formula/id3lib.rb')
| -rw-r--r-- | Library/Formula/id3lib.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/id3lib.rb b/Library/Formula/id3lib.rb index 77447c79c..b1fc0b1d6 100644 --- a/Library/Formula/id3lib.rb +++ b/Library/Formula/id3lib.rb @@ -1,6 +1,6 @@ require 'formula' -class Id3lib <Formula +class Id3lib < Formula url 'http://downloads.sourceforge.net/project/id3lib/id3lib/3.8.3/id3lib-3.8.3.tar.gz' head "cvs://:pserver:anonymous@id3lib.cvs.sourceforge.net:/cvsroot/id3lib:id3lib-devel" homepage 'http://id3lib.sourceforge.net/' |
