growly: remove growl-notify dependency

Due to the removal of growl-notify from Homebrew I'm removing the
dependency from the growly formula.

Closes Homebrew/homebrew#9339.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Ryan Kee 2011-12-30 14:43:26 -08:00 committed by Jack Nagel
parent c074273018
commit 7e56859a4a

View file

@ -6,8 +6,6 @@ class Growly < Formula
url 'https://github.com/downloads/ryankee/growly/growly-v0.2.0.tar.gz'
md5 'a3e4922d619cfeb00009dc55163f0974'
depends_on 'growlnotify'
def install
bin.install 'growly'
end