diff options
Diffstat (limited to 'Library/Formula/dos2unix.rb')
| -rw-r--r-- | Library/Formula/dos2unix.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/dos2unix.rb b/Library/Formula/dos2unix.rb index 76bdf3dcc..e5568aefd 100644 --- a/Library/Formula/dos2unix.rb +++ b/Library/Formula/dos2unix.rb @@ -1,6 +1,6 @@  require 'formula' -class Dos2unix <Formula +class Dos2unix < Formula    url 'http://www.sfr-fresh.com/linux/misc/old/dos2unix-3.1.tar.gz'    md5 '25ff56bab202de63ea6f6c211c416e96'    homepage 'http://www.sfr-fresh.com/linux/misc/' | 
