about summary refs log tree commit diff
path: root/pkgs/games/dhewm3/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/dhewm3/default.nix')
-rw-r--r--pkgs/games/dhewm3/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/dhewm3/default.nix b/pkgs/games/dhewm3/default.nix
index 6036d7fabd55..f0d885c1f882 100644
--- a/pkgs/games/dhewm3/default.nix
+++ b/pkgs/games/dhewm3/default.nix
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
   meta = {
     homepage = https://github.com/dhewm/dhewm3;
     description = "Doom 3 port to SDL";
-    license = "GPLv3";
+    license = stdenv.lib.licenses.gpl3;
   };
 
 }