diff options
Diffstat (limited to 'Library/Formula/task.rb')
| -rw-r--r-- | Library/Formula/task.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/task.rb b/Library/Formula/task.rb index 255e0b8be..f6af2b164 100644 --- a/Library/Formula/task.rb +++ b/Library/Formula/task.rb @@ -1,6 +1,6 @@  require 'formula' -class Task <Formula +class Task < Formula    url 'http://www.taskwarrior.org/download/task-1.9.4.tar.gz'    homepage 'http://www.taskwarrior.org/'    md5 '0c5d9dedb1ead69590af895d16708070' | 
