diff options
Diffstat (limited to 'Library/Formula/id3lib.rb')
| -rw-r--r-- | Library/Formula/id3lib.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/id3lib.rb b/Library/Formula/id3lib.rb index 3a53c6078..6e1932cc6 100644 --- a/Library/Formula/id3lib.rb +++ b/Library/Formula/id3lib.rb @@ -1,5 +1,3 @@ -require 'formula' - class Id3lib < Formula homepage 'http://id3lib.sourceforge.net/' @@ -18,7 +16,8 @@ class Id3lib < Formula end end - head ":pserver:anonymous:@id3lib.cvs.sourceforge.net:/cvsroot/id3lib:id3lib-devel", :using => :cvs + head ":pserver:anonymous:@id3lib.cvs.sourceforge.net:/cvsroot/id3lib", + :using => :cvs, :module => "id3lib-devel" bottle do cellar :any |
