about summary refs log tree commit diff
path: root/pkgs/games/arena/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/arena/default.nix')
-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;
   };
 
 }