convert `link` to `app` in bleep.rb

This commit is contained in:
Roland Walker 2014-10-13 13:00:13 -04:00
parent 0011ad56ec
commit a74070ab7b
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@ class Bleep < Cask
homepage 'http://labs.bittorrent.com/bleep/'
license :unknown
link 'Bleep.app'
app 'Bleep.app'
end