summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-01-31 20:30:53 +0100
committerGitHub <noreply@github.com>2021-01-31 20:30:53 +0100
commitff789a6dd7207bb522bedf16ee70aa23846bf86a (patch)
treec8e10b6b03a220a376364db2736199837846ed4e
parent241780287ec5d2e44e7ac4608a7665b7961ac3ce (diff)
parentb682b0fc16816a686836c609336acb2eddcd15e3 (diff)
Merge pull request #111488 from wchresta/legendary-gl-remove-wchresta
legendary-gl: Remove wchresta from maintainers
-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 ];
};
}