about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-10-26 09:10:50 -0400
committerGitHub <noreply@github.com>2023-10-26 09:10:50 -0400
commit2b4724e011ca2c38f829d775e40aa39fd989ddb7 (patch)
tree710088f1799154260d68d1454b56e88b7e9c5621 /pkgs/games
parent1d3f6911465b822d9c70089ff57875af921f5d26 (diff)
parentc3834e7bd6eec156d9920abdb43fae1ab49bb6e4 (diff)
Merge pull request #263503 from jtbx/sauerbraten-meta.homepage
sauerbraten: add meta.homepage
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/sauerbraten/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/sauerbraten/default.nix b/pkgs/games/sauerbraten/default.nix
index 0e9a782403c69..e2365f9ad2de1 100644
--- a/pkgs/games/sauerbraten/default.nix
+++ b/pkgs/games/sauerbraten/default.nix
@@ -66,6 +66,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "A free multiplayer & singleplayer first person shooter, the successor of the Cube FPS";
+    homepage = "http://sauerbraten.org";
     maintainers = with maintainers; [ raskin ajs124 ];
     mainProgram = "sauerbraten_client";
     hydraPlatforms =