diff options
| author | Adam Vandenberg | 2011-12-21 15:52:04 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2011-12-21 15:52:04 -0800 |
| commit | 09766a0fab52fb43aec6baba01599a71b695296d (patch) | |
| tree | 16e062e828ef7e1addb3668ff07d87601840af49 /Library | |
| parent | a64c3f3825274c8277f6678c4526e09337f27e40 (diff) | |
| download | homebrew-09766a0fab52fb43aec6baba01599a71b695296d.tar.bz2 | |
Redact growl-notify
See discussion at: https://github.com/mxcl/homebrew/issues/8316
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/growlnotify.rb | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Library/Formula/growlnotify.rb b/Library/Formula/growlnotify.rb deleted file mode 100644 index 2d0777692..000000000 --- a/Library/Formula/growlnotify.rb +++ /dev/null @@ -1,12 +0,0 @@ -require 'formula' - -class Growlnotify < Formula - url 'https://github.com/indirect/growlnotify/tarball/v1.3' - md5 '44f771b0bafd0fc077ecc546841d9831' - homepage 'http://growl.info/extras.php#growlnotify' - - def install - bin.install "growlnotify" - man1.install gzip("growlnotify.1") - end -end |
