summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwchresta <34962284+wchresta@users.noreply.github.com>2021-01-31 14:08:40 -0500
committerwchresta <34962284+wchresta@users.noreply.github.com>2021-01-31 14:08:40 -0500
commitb682b0fc16816a686836c609336acb2eddcd15e3 (patch)
treea17f1390b4f7e980a39e4fb6fa8103e6cc214ad4
parent66bf902d5950231385e0caffca44090903dd63f0 (diff)
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.
-rw-r--r--pkgs/games/legendary-gl/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/legendary-gl/default.nix b/pkgs/games/legendary-gl/default.nix
index 10fab4915aa1..eb2f3f38cea4 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 ];
};
}