diff options
| author | Samuel John | 2013-06-06 16:56:47 +0200 |
|---|---|---|
| committer | Samuel John | 2013-06-07 17:58:56 +0200 |
| commit | cfd7f987de3bd867621831521ff1257a1b4f5b91 (patch) | |
| tree | 98d3eec33d8eef8aa17cb477d621e2f2d66c6694 /Library/Formula | |
| parent | ee9aec20f6da207c72624e3d312fe580c6dba9ac (diff) | |
| download | homebrew-cfd7f987de3bd867621831521ff1257a1b4f5b91.tar.bz2 | |
terminal-notifer: Removed caveat.
Without code signing, it *does* work. All is happiness.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/terminal-notifier.rb | 8 |
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__ |
