about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorAleksana <me@aleksana.moe>2024-04-26 18:43:44 +0800
committerGitHub <noreply@github.com>2024-04-26 18:43:44 +0800
commitabd0ca989c3e8bba72dc05f656bcc1764ee0fba9 (patch)
tree458a84423d790a6587fb2623d5f8f72023f68f9e /pkgs/games
parentc896b82b730d460cb95e4612fe119b1523360f9d (diff)
parent09696d2f66e26f08d68583fbe068383897a8a5ca (diff)
Merge pull request #306870 from jopejoe1/arena/meta
arena: update meta
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/arena/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/games/arena/default.nix b/pkgs/games/arena/default.nix
index 16553a5f8ea69..9b31c41ea68ad 100644
--- a/pkgs/games/arena/default.nix
+++ b/pkgs/games/arena/default.nix
@@ -68,8 +68,9 @@ stdenv.mkDerivation rec {
       chess board & DGT clocks and much more.
     '';
     license = lib.licenses.unfree;
+    sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
+    homepage = "http://www.playwitharena.de";
     platforms = ["x86_64-linux"];
-    hydraPlatforms = lib.platforms.none;
   };
 
 }