about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorDaniel Nagy <danielnagy@posteo.de>2022-08-31 11:48:05 +0200
committerDaniel Nagy <danielnagy@posteo.de>2022-09-20 17:38:02 +0200
commit357e6335ed33f85e3c2a7897e2fb7085eac39f30 (patch)
treef4c6c83de86e47075617c9bd868b1ba935bb5b19 /pkgs/games
parent778d8ad2d838ea605b6abcb75fa0e39331f6f60c (diff)
superTux: set meta.mainProgram
also use https for homepage
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/supertux/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/games/supertux/default.nix b/pkgs/games/supertux/default.nix
index 227cfdcb6dc8e..679500f974c33 100644
--- a/pkgs/games/supertux/default.nix
+++ b/pkgs/games/supertux/default.nix
@@ -58,9 +58,10 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "Classic 2D jump'n run sidescroller game";
-    homepage = "http://supertux.github.io/";
+    homepage = "https://supertux.github.io/";
     license = licenses.gpl2;
     maintainers = with maintainers; [ pSub ];
     platforms = with platforms; linux;
+    mainProgram = "supertux2";
   };
 }