summary refs log tree commit diff
path: root/pkgs/games/legendary-gl
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 /pkgs/games/legendary-gl
parent66bf902d5950231385e0caffca44090903dd63f0 (diff)
downloadnixpkgs-b682b0fc16816a686836c609336acb2eddcd15e3.tar
nixpkgs-b682b0fc16816a686836c609336acb2eddcd15e3.tar.gz
nixpkgs-b682b0fc16816a686836c609336acb2eddcd15e3.tar.bz2
nixpkgs-b682b0fc16816a686836c609336acb2eddcd15e3.tar.lz
nixpkgs-b682b0fc16816a686836c609336acb2eddcd15e3.tar.xz
nixpkgs-b682b0fc16816a686836c609336acb2eddcd15e3.tar.zst
nixpkgs-b682b0fc16816a686836c609336acb2eddcd15e3.zip
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.
Diffstat (limited to 'pkgs/games/legendary-gl')
-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 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 ];
   };
 }