aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2012-01-23 18:08:17 -0800
committerAdam Vandenberg2012-01-23 18:08:17 -0800
commitcd39abae0081ac9bd0be5b1fc19acc12c3aa0138 (patch)
tree8f38c12431eb4bf2c6923f2836bbb57db2228f41
parent61d5f331060bddc6d34836eff3335394af1349c1 (diff)
downloadhomebrew-cd39abae0081ac9bd0be5b1fc19acc12c3aa0138.tar.bz2
Removing fire
No longer maintained, per https://github.com/AzizLight/fire/issues/1
-rw-r--r--Library/Formula/fire.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/Library/Formula/fire.rb b/Library/Formula/fire.rb
deleted file mode 100644
index c07649a49..000000000
--- a/Library/Formula/fire.rb
+++ /dev/null
@@ -1,10 +0,0 @@
-require 'formula'
-
-class Fire < Formula
- head 'https://github.com/AzizLight/fire.git'
- homepage 'https://github.com/AzizLight/fire'
-
- def install
- bin.install "fire"
- end
-end