Merge pull request #263503 from jtbx/sauerbraten-meta.homepage
sauerbraten: add meta.homepage
This commit is contained in:
commit
2b4724e011
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A free multiplayer & singleplayer first person shooter, the successor of the Cube FPS";
|
description = "A free multiplayer & singleplayer first person shooter, the successor of the Cube FPS";
|
||||||
|
homepage = "http://sauerbraten.org";
|
||||||
maintainers = with maintainers; [ raskin ajs124 ];
|
maintainers = with maintainers; [ raskin ajs124 ];
|
||||||
mainProgram = "sauerbraten_client";
|
mainProgram = "sauerbraten_client";
|
||||||
hydraPlatforms =
|
hydraPlatforms =
|
||||||
|
|
Loading…
Reference in a new issue