summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--pkgs/games/xmoto/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/xmoto/default.nix b/pkgs/games/xmoto/default.nix
index ef8c5a09cae..e43d01d2eca 100644
--- a/pkgs/games/xmoto/default.nix
+++ b/pkgs/games/xmoto/default.nix
@@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
     homepage = http://xmoto.tuxfamily.org;
     maintainers = with maintainers; [ raskin viric pSub ];
     platforms = platforms.linux;
+    license = licenses.gpl2;
   };
 }