summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/games/er-patcher/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/games/er-patcher/default.nix')
-rw-r--r--pkgs/tools/games/er-patcher/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/games/er-patcher/default.nix b/pkgs/tools/games/er-patcher/default.nix
index 80500f8893da..983efcded336 100644
--- a/pkgs/tools/games/er-patcher/default.nix
+++ b/pkgs/tools/games/er-patcher/default.nix
@@ -35,7 +35,7 @@ stdenvNoCC.mkDerivation rec {
that ensures the patched executable is never run with EAC enabled (unless explicity told to do so). Use at your own risk!
'';
license = licenses.mit;
- maintainers = [ maintainers.ivar ];
+ maintainers = [ ];
mainProgram = "er-patcher";
};
}