about summary refs log tree commit diff
path: root/pkgs/games/assaultcube
diff options
context:
space:
mode:
authoryurkobb <setthemfree@privacyrequired.com>2021-05-09 22:30:01 +0300
committerAlyssa Ross <hi@alyssa.is>2021-05-09 19:33:23 +0000
commitc8f5ce18fadf55c04bf0cbffff2ab404edad05f1 (patch)
treeed92d7c12b6cc4a83a25ca5202b9ac04044582ac /pkgs/games/assaultcube
parentd9e8a89085cf65c12448d7f82b63364042e60af3 (diff)
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
Diffstat (limited to 'pkgs/games/assaultcube')
-rw-r--r--pkgs/games/assaultcube/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/assaultcube/default.nix b/pkgs/games/assaultcube/default.nix
index a2c00ddc149bd..640ea81c6c6b0 100644
--- a/pkgs/games/assaultcube/default.nix
+++ b/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;
   };
 }