diff options
Diffstat (limited to 'Library/Formula/mplayer.rb')
| -rw-r--r-- | Library/Formula/mplayer.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/mplayer.rb b/Library/Formula/mplayer.rb index 305cb3d77..412f9e8b2 100644 --- a/Library/Formula/mplayer.rb +++ b/Library/Formula/mplayer.rb @@ -1,6 +1,6 @@  require 'formula' -class Mplayer <Formula +class Mplayer < Formula    homepage 'http://www.mplayerhq.hu/'    # https://github.com/mxcl/homebrew/issues/issue/87    head 'svn://svn.mplayerhq.hu/mplayer/trunk', :using => StrictSubversionDownloadStrategy | 
