about summary refs log tree commit diff
path: root/pkgs/games/ue4/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/ue4/default.nix')
-rw-r--r--pkgs/games/ue4/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/games/ue4/default.nix b/pkgs/games/ue4/default.nix
index 95f0d64f19759..0260e4f2e20d4 100644
--- a/pkgs/games/ue4/default.nix
+++ b/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;
   };
 }