nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

arena: update meta

jopejoe1 09696d2f 1665c5c5

+2 -1
+2 -1
pkgs/games/arena/default.nix
··· 68 68 chess board & DGT clocks and much more. 69 69 ''; 70 70 license = lib.licenses.unfree; 71 + sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; 72 + homepage = "http://www.playwitharena.de"; 71 73 platforms = ["x86_64-linux"]; 72 - hydraPlatforms = lib.platforms.none; 73 74 }; 74 75 75 76 }