1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

sc2-headless: License is unfree

I wrongly assumed that was the default when reviewing the PR.
This commit is contained in:
John Ericson 2017-10-16 17:06:48 -04:00
parent 155b163a78
commit 6e1f864fd0

View file

@ -48,6 +48,7 @@ stdenv.mkDerivation rec {
license = {
fullName = "BLIZZARD® STARCRAFT® II AI AND MACHINE LEARNING LICENSE";
url = "https://blzdistsc2-a.akamaihd.net/AI_AND_MACHINE_LEARNING_LICENSE.html";
free = false;
};
};
}