summary refs log tree commit diff
path: root/pkgs/games/pong3d
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/pong3d')
-rw-r--r--pkgs/games/pong3d/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/pong3d/default.nix b/pkgs/games/pong3d/default.nix
index d5f9ca6ee23..98cf0dbeed8 100644
--- a/pkgs/games/pong3d/default.nix
+++ b/pkgs/games/pong3d/default.nix
@@ -17,6 +17,6 @@ stdenv.mkDerivation {
   meta = {
     homepage = http://www.newbreedsoftware.com/3dpong/;
     description = "One or two player 3d sports game based on Pong from Atari";
-    license = "GPLv2+";
+    license = stdenv.lib.licenses.gpl2Plus;
   };
 }