diff options
Diffstat (limited to 'Library/Formula/opentracker.rb')
| -rw-r--r-- | Library/Formula/opentracker.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/opentracker.rb b/Library/Formula/opentracker.rb index 09e2ac762..531caa642 100644 --- a/Library/Formula/opentracker.rb +++ b/Library/Formula/opentracker.rb @@ -1,12 +1,12 @@  require 'formula' -class Libowfat <Formula +class Libowfat < Formula    url 'http://dl.fefe.de/libowfat-0.28.tar.bz2'    md5 '6bbee9a86506419657d87123b7a6f2c1'    homepage 'http://www.fefe.de/libowfat/'  end -class Opentracker <Formula +class Opentracker < Formula    head 'cvs://:pserver:anoncvs:@cvs.erdgeist.org:/home/cvsroot:opentracker'    homepage 'http://erdgeist.org/arts/software/opentracker/'  | 
