summaryrefslogtreecommitdiff
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
parentMerge pull request #306393 from code-supply/openobserve-0-10-1 (diff)
downloadnixpkgs-09696d2f66e26f08d68583fbe068383897a8a5ca.tar.gz
arena: update meta
-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 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;
};
}