ue4: link to fixing issue, remove maintainer

puffnfresh is not maintaining this anymore
main
Rick van Schijndel 2 years ago
parent 6345356323
commit 0165df5b45
  1. 3
      pkgs/games/ue4/default.nix

@ -76,7 +76,8 @@ stdenv.mkDerivation rec {
homepage = "https://www.unrealengine.com/what-is-unreal-engine-4";
license = lib.licenses.unfree;
platforms = lib.platforms.linux;
maintainers = [ lib.maintainers.puffnfresh ];
maintainers = [ ];
# See issue https://github.com/NixOS/nixpkgs/issues/17162
broken = true;
};
}

Loading…
Cancel
Save