about summary refs log tree commit diff
path: root/pkgs/games/gltron/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/gltron/default.nix')
-rw-r--r--pkgs/games/gltron/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/gltron/default.nix b/pkgs/games/gltron/default.nix
index b58654f1f429..d925c8810bf3 100644
--- a/pkgs/games/gltron/default.nix
+++ b/pkgs/games/gltron/default.nix
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
   meta = {
     homepage = http://www.gltron.org/;
     description = "Game based on the movie Tron";
-    license = "GPLv2+";
+    license = stdenv.lib.licenses.gpl2Plus;
     maintainers = with stdenv.lib.maintainers; [viric];
     platforms = with stdenv.lib.platforms; linux;
   };