From 09696d2f66e26f08d68583fbe068383897a8a5ca Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Fri, 26 Apr 2024 00:29:10 +0200 Subject: [PATCH] arena: update meta --- pkgs/games/arena/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/games/arena/default.nix b/pkgs/games/arena/default.nix index 16553a5f8ea6..9b31c41ea68a 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; }; }