Skip to content

Commit

Permalink
Merge pull request #17028 from joachifm/teamspeak-license
Browse files Browse the repository at this point in the history
teamspeak_client: specify a custom, nonfree license
  • Loading branch information
joachifm committed Jul 17, 2016
2 parents ec072cb + ec4ae7c commit 71bc880
Showing 1 changed file with 5 additions and 1 deletion.
Expand Up @@ -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;
};
Expand Down

0 comments on commit 71bc880

Please sign in to comment.