Unverified Commit e18f0325 authored by SchweGELBin's avatar SchweGELBin
Browse files

superTuxKart: update descriptions

The decription was copied from the official website's discover page ([here](https://supertuxkart.net/Discover)) and got modified.
It got added by @Benau [here](https://github.com/supertuxkart/stk-website/commit/2c46fee5aad8412a0187d4e2e0580a5403fbdbf6)
parent 777bba68
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -147,12 +147,12 @@ stdenv.mkDerivation rec {
  '';

  meta = {
    description = "Free 3D kart racing game";
    description = "3D open-source arcade racer";
    mainProgram = "supertuxkart";
    longDescription = ''
      SuperTuxKart is a Free 3D kart racing game, with many tracks,
      characters and items for you to try, similar in spirit to Mario
      Kart.
      Karts. Nitro. Action! SuperTuxKart is a 3D open-source arcade racer
      with a variety of characters, tracks, and modes to play.
      It aims to be more fun than realistic, and provides an enjoyable experience for all ages.
    '';
    homepage = "https://supertuxkart.net/";
    license = lib.licenses.gpl3Plus;