aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2012-01-28 20:08:16 -0800
committerAdam Vandenberg2012-01-28 20:08:16 -0800
commit19d953eac31693dca16beb48f417dbf8b59bb623 (patch)
tree52ea416c4463a453ba88caf194ffdb21955e7b41 /Library/Formula
parent9c5d4a3a9b910c49affab8471b0f3ebcfa9451e7 (diff)
downloadhomebrew-19d953eac31693dca16beb48f417dbf8b59bb623.tar.bz2
Remove muttprofile
This software does not seem available anymore. See: https://github.com/mxcl/homebrew/issues/9320
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/muttprofile.rb12
1 files changed, 0 insertions, 12 deletions
diff --git a/Library/Formula/muttprofile.rb b/Library/Formula/muttprofile.rb
deleted file mode 100644
index d9272ab29..000000000
--- a/Library/Formula/muttprofile.rb
+++ /dev/null
@@ -1,12 +0,0 @@
-require 'formula'
-
-class Muttprofile < Formula
- url 'http://www.acoustics.hut.fi/~mara/mutt/muttprofile'
- homepage 'http://www.acoustics.hut.fi/~mara/mutt/muttprofile.html'
- md5 'b292d75ed65cd4776628808d715430f1'
- version '1.0.1'
-
- def install
- bin.install "muttprofile"
- end
-end