about summary refs log tree commit diff
path: root/pkgs/games/gzdoom/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/gzdoom/default.nix')
-rw-r--r--pkgs/games/gzdoom/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/gzdoom/default.nix b/pkgs/games/gzdoom/default.nix
index 3f8744d75cb2..332c2fbeff14 100644
--- a/pkgs/games/gzdoom/default.nix
+++ b/pkgs/games/gzdoom/default.nix
@@ -27,6 +27,7 @@ stdenv.mkDerivation {
   meta = {
     homepage = https://github.com/coelckers/gzdoom;
     description = "A Doom source port based on ZDoom. It features an OpenGL renderer and lots of new features";
+    license = stdenv.lib.licenses.unfree;
     maintainers = [ stdenv.lib.maintainers.lassulus ];
   };
 }