summary refs log tree commit diff
path: root/pkgs/games/super-tux/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/super-tux/default.nix')
-rw-r--r--pkgs/games/super-tux/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/super-tux/default.nix b/pkgs/games/super-tux/default.nix
index 72a894b63af..c8e0d3f097f 100644
--- a/pkgs/games/super-tux/default.nix
+++ b/pkgs/games/super-tux/default.nix
@@ -23,6 +23,6 @@ stdenv.mkDerivation {
 
     homepage = http://supertux.lethargik.org/index.html;
 
-    license = "GPLv2";
+    license = stdenv.lib.licenses.gpl2;
   };
 }