aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2011-12-21 15:52:04 -0800
committerAdam Vandenberg2011-12-21 15:52:04 -0800
commit09766a0fab52fb43aec6baba01599a71b695296d (patch)
tree16e062e828ef7e1addb3668ff07d87601840af49 /Library
parenta64c3f3825274c8277f6678c4526e09337f27e40 (diff)
downloadhomebrew-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.rb12
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