Merge pull request #17028 from joachifm/teamspeak-license

teamspeak_client: specify a custom, nonfree license
This commit is contained in:
Joachim F 2016-07-17 11:28:42 +02:00 committed by GitHub
commit 71bc880e9b

View File

@ -101,7 +101,11 @@ stdenv.mkDerivation rec {
meta = {
description = "The TeamSpeak voice communication tool";
homepage = http://teamspeak.com/;
license = "http://www.teamspeak.com/?page=downloads&type=ts3_linux_client_latest";
license = {
fullName = "Teamspeak client license";
url = http://sales.teamspeakusa.com/licensing.php;
free = false;
};
maintainers = [ stdenv.lib.maintainers.lhvwb ];
platforms = stdenv.lib.platforms.linux;
};