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:
parent
d9e8a89085
commit
c8f5ce18fa
@ -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…
Reference in New Issue
Block a user