forked from mirrors/nixpkgs
superTux: set meta.mainProgram
also use https for homepage
This commit is contained in:
parent
778d8ad2d8
commit
357e6335ed
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue