about summary refs log tree commit diff
path: root/pkgs/games/arena
diff options
context:
space:
mode:
authorjopejoe1 <johannes@joens.email>2024-04-26 00:29:10 +0200
committerjopejoe1 <johannes@joens.email>2024-04-26 12:24:20 +0200
commit09696d2f66e26f08d68583fbe068383897a8a5ca (patch)
tree5d9c2b4a925680f4b4b87b92ba311b598cc21e87 /pkgs/games/arena
parent1665c5c5aa0852ec476b64a657ebf03bdd2ad419 (diff)
arena: update meta
Diffstat (limited to 'pkgs/games/arena')
-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;
   };
 
 }