From 357e6335ed33f85e3c2a7897e2fb7085eac39f30 Mon Sep 17 00:00:00 2001 From: Daniel Nagy Date: Wed, 31 Aug 2022 11:48:05 +0200 Subject: [PATCH] superTux: set meta.mainProgram also use https for homepage --- pkgs/games/supertux/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/games/supertux/default.nix b/pkgs/games/supertux/default.nix index 227cfdcb6dc8..679500f974c3 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"; }; }