Breach is under MIT license

https://github.com/breach/breach_core/blob/master/LICENSE
This commit is contained in:
Yegor Timoschenko 2014-10-16 02:49:58 +07:00
parent 38cc2696d5
commit 3d18d7d562
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ class Breach < Cask
url "https://raw.githubusercontent.com/breach/releases/master/v#{version}/breach-v#{version}-darwin-ia32.tar.gz" url "https://raw.githubusercontent.com/breach/releases/master/v#{version}/breach-v#{version}-darwin-ia32.tar.gz"
homepage 'http://breach.cc' homepage 'http://breach.cc'
license :unknown license :mit
app "breach-v#{version}-darwin-ia32/Breach.app" app "breach-v#{version}-darwin-ia32/Breach.app"
end end