ue4: link to fixing issue, remove maintainer

puffnfresh is not maintaining this anymore
This commit is contained in:
Rick van Schijndel 2022-05-11 19:27:35 +02:00
parent 6345356323
commit 0165df5b45

View File

@ -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;
};
}