aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
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