about summary refs log tree commit diff
path: root/pkgs/games/scorched3d/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/scorched3d/default.nix')
-rw-r--r--pkgs/games/scorched3d/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/scorched3d/default.nix b/pkgs/games/scorched3d/default.nix
index 3848f22ed204..cf55bcd597e2 100644
--- a/pkgs/games/scorched3d/default.nix
+++ b/pkgs/games/scorched3d/default.nix
@@ -33,6 +33,6 @@ stdenv.mkDerivation {
   meta = {
     homepage = http://scorched3d.co.uk/;
     description = "3D Clone of the classic Scorched Earth";
-    license = "GPLv2+";
+    license = stdenv.lib.licenses.gpl2Plus;
   };
 }