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

authored by yurkobb and committed by Alyssa Ross c8f5ce18 d9e8a890

+1 -1
+1 -1
pkgs/games/assaultcube/default.nix
··· 67 homepage = "https://assault.cubers.net"; 68 maintainers = [ ]; 69 platforms = platforms.linux; # should work on darwin with a little effort. 70 - license = lib.licenses.zlib; 71 }; 72 }
··· 67 homepage = "https://assault.cubers.net"; 68 maintainers = [ ]; 69 platforms = platforms.linux; # should work on darwin with a little effort. 70 + license = lib.licenses.unfree; 71 }; 72 }