From b682b0fc16816a686836c609336acb2eddcd15e3 Mon Sep 17 00:00:00 2001 From: wchresta <34962284+wchresta@users.noreply.github.com> Date: Sun, 31 Jan 2021 14:08:40 -0500 Subject: [PATCH] legendary-gl: Remove wchresta from maintainers I created this derivation due to because it was requested in #88963. I do not use legendary-gl myself. Now that we have another maintainer, there is no good reason for me to stay maintainer of this. --- pkgs/games/legendary-gl/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/games/legendary-gl/default.nix b/pkgs/games/legendary-gl/default.nix index 10fab4915aa..eb2f3f38cea 100644 --- a/pkgs/games/legendary-gl/default.nix +++ b/pkgs/games/legendary-gl/default.nix @@ -29,6 +29,6 @@ buildPythonApplication rec { description = "A free and open-source Epic Games Launcher alternative"; homepage = "https://github.com/derrod/legendary"; license = licenses.gpl3; - maintainers = with maintainers; [ wchresta equirosa ]; + maintainers = with maintainers; [ equirosa ]; }; }