Specify license of rethinkdb

This commit is contained in:
ndr 2014-10-11 17:34:57 +01:00
parent b75065ec5d
commit 0ecc8d6e71
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ class Rethinkdb < Cask
url "http://download.rethinkdb.com/osx/rethinkdb-#{version}.dmg"
homepage 'http://www.rethinkdb.com'
license :unknown
license :affero
pkg "rethinkdb-#{version}.pkg"
uninstall :script => { :executable => 'uninstall-rethinkdb.sh' },