Unverified Commit abd0ca98 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

Merge pull request #306870 from jopejoe1/arena/meta

arena: update meta
parents c896b82b 09696d2f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;
  };

}