aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2012-02-28 21:08:46 -0800
committerAdam Vandenberg2012-02-28 21:08:46 -0800
commit72232a9b26d21d80cddb056a5b83b10909bc90cf (patch)
tree0347b8ff69296ae4af55ce091fc04452bf37a3b8 /Library/Formula
parent3efc1118556aaeccdbc64495474c4df8590d55ab (diff)
downloadhomebrew-72232a9b26d21d80cddb056a5b83b10909bc90cf.tar.bz2
Remove head-only growlme formula.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/growlme.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/Library/Formula/growlme.rb b/Library/Formula/growlme.rb
deleted file mode 100644
index ee82ec280..000000000
--- a/Library/Formula/growlme.rb
+++ /dev/null
@@ -1,10 +0,0 @@
-require 'formula'
-
-class Growlme < Formula
- head 'https://github.com/robey/growlme.git'
- homepage 'https://github.com/robey/growlme'
-
- def install
- bin.install "growlme"
- end
-end