diff options
Diffstat (limited to 'Library/Formula/devtodo.rb')
| -rw-r--r-- | Library/Formula/devtodo.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/devtodo.rb b/Library/Formula/devtodo.rb index a08f0d41e..d0e8c8cb3 100644 --- a/Library/Formula/devtodo.rb +++ b/Library/Formula/devtodo.rb @@ -5,7 +5,7 @@ class Devtodo < Formula    url 'http://swapoff.org/files/devtodo/devtodo-0.1.20.tar.gz'    sha1 '003067a12139d712dbb3706069e0950a93ecaaf4' -  depends_on "gnu-readline" +  depends_on "readline"    # Fix invalid regex. See http://swapoff.org/ticket/54    # @adamv - this url not responding 3/17/2012 | 
