aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/terminal-notifier.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/Library/Formula/terminal-notifier.rb b/Library/Formula/terminal-notifier.rb
index 7f93e39b9..b356b0ebe 100644
--- a/Library/Formula/terminal-notifier.rb
+++ b/Library/Formula/terminal-notifier.rb
@@ -36,14 +36,6 @@ class TerminalNotifier < Formula
chmod 0755, Pathname.new(bin+"terminal-notifier")
end
- def caveats
- <<-EOS.undent
- Homebrew built terminal-notifier, but without an developer certificate
- from Apple, it will not be able to open URLs or execute commands when
- the user clicks on a notification.
- EOS
- end
-
end
__END__