superTux: set meta.mainProgram

also use https for homepage
This commit is contained in:
Daniel Nagy 2022-08-31 11:48:05 +02:00
parent 778d8ad2d8
commit 357e6335ed
No known key found for this signature in database
GPG key ID: 1B8E8DCB576FB671

View file

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