vlc-remote.rb: change ':unknown' license comment

This commit is contained in:
Vítor Galvão 2014-12-20 13:47:37 +00:00
parent 1f62036aec
commit a4d3395ae0
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ cask :v1 => 'vlc-remote' do
url 'http://hobbyistsoftware.com/Downloads/VLCRemote/latest-mac.php?cdn'
appcast 'http://hobbyistsoftware.com/Downloads/VLCRemote/vlcSetupHelperVersions.xml'
homepage 'http://hobbyistsoftware.com/vlc'
license :unknown # todo: improve this machine-generated value
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
installer :manual => 'VLC Setup.app'
end