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; }; }