diff --git a/Casks/darteditor.rb b/Casks/darteditor.rb index 8b327333964..ca14c56595a 100644 --- a/Casks/darteditor.rb +++ b/Casks/darteditor.rb @@ -4,7 +4,7 @@ cask :v1 => 'darteditor' do url 'https://storage.googleapis.com/dart-archive/channels/stable/release/latest/editor/darteditor-macos-x64.zip' homepage 'https://www.dartlang.org/tools/editor/' - license :unknown + license :unknown # todo: improve this machine-generated value app 'dart/DartEditor.app' end