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
wip/little-gl
yurkobb 3 years ago committed by Alyssa Ross
parent d9e8a89085
commit c8f5ce18fa
  1. 2
      pkgs/games/assaultcube/default.nix

@ -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;
};
}

Loading…
Cancel
Save