homebrew-cask-versions/Casks/chocolat.rb
Amory Meltzer b416ae01e0 Update chocolat license from unknown to commercial
This could theoretically be billed as ':freemium' but after the trial period is over the app apparently forces you to use Comic Sans (http://gizmodo.com/5909063/how-to-make-sure-someone-will-buy-your-app).  Some may consider paying to avoid that a freemium, but I and many other would argue a Comic Sans-only texteditor is no texteditor at all.
2014-12-16 17:48:58 -08:00

11 lines
261 B
Ruby

cask :v1 => 'chocolat' do
version :latest
sha256 :no_check
url 'https://chocolatapp.com/download'
appcast 'http://chocolatapp.com/userspace/appcast/appcast_alpha.php'
homepage 'http://chocolatapp.com/'
license :commercial
app 'Chocolat.app'
end