assaultcube licensing: mark unfree

The license of AssaultCube as a whole is not zlib, it's freeware, see: https://assault.cubers.net/docs/license.html

closes #121381
This commit is contained in:
yurkobb 2021-05-09 22:30:01 +03:00 committed by Alyssa Ross
parent d9e8a89085
commit c8f5ce18fa
1 changed files with 1 additions and 1 deletions

View File

@ -67,6 +67,6 @@ stdenv.mkDerivation rec {
homepage = "https://assault.cubers.net";
maintainers = [ ];
platforms = platforms.linux; # should work on darwin with a little effort.
license = lib.licenses.zlib;
license = lib.licenses.unfree;
};
}