summary refs log tree commit diff
path: root/pkgs/games/ue4
diff options
context:
space:
mode:
authorRick van Schijndel <rol3517@gmail.com>2022-05-11 19:27:35 +0200
committerRick van Schijndel <rol3517@gmail.com>2022-05-11 19:27:35 +0200
commit0165df5b456a8951ea0dbf3702f24f02dde4588f (patch)
treee0edfd7d0ee59cd1faba678e81d909273f55eba6 /pkgs/games/ue4
parent63453563237eb2868de6be359eb49a3090a836ac (diff)
ue4: link to fixing issue, remove maintainer
puffnfresh is not maintaining this anymore
Diffstat (limited to 'pkgs/games/ue4')
-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;
   };
 }