ue4: link to fixing issue, remove maintainer

puffnfresh is not maintaining this anymore

+2 -1
+2 -1
pkgs/games/ue4/default.nix
··· 76 homepage = "https://www.unrealengine.com/what-is-unreal-engine-4"; 77 license = lib.licenses.unfree; 78 platforms = lib.platforms.linux; 79 - maintainers = [ lib.maintainers.puffnfresh ]; 80 broken = true; 81 }; 82 }
··· 76 homepage = "https://www.unrealengine.com/what-is-unreal-engine-4"; 77 license = lib.licenses.unfree; 78 platforms = lib.platforms.linux; 79 + maintainers = [ ]; 80 + # See issue https://github.com/NixOS/nixpkgs/issues/17162 81 broken = true; 82 }; 83 }