From cb4cd313a2c486f5ba5c59eccf7517a2d64d600d Mon Sep 17 00:00:00 2001 From: Den Patin Date: Sun, 8 Feb 2015 14:21:29 +0300 Subject: [PATCH] Added name and changed license for the Entropy.app --- Casks/entropy.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Casks/entropy.rb b/Casks/entropy.rb index 2f0d83dbd..fb27ac94d 100644 --- a/Casks/entropy.rb +++ b/Casks/entropy.rb @@ -3,9 +3,10 @@ cask :v1 => 'entropy' do sha256 :no_check url 'http://www.eigenlogik.com/entropy/download' + name 'Entropy' appcast 'http://hyperion.eigenlogik.com/appcast/feed/entropy/' homepage 'http://www.eigenlogik.com/entropy/' - license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder + license :commercial app 'Entropy.app' end