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.
This commit is contained in:
wchresta 2021-01-31 14:08:40 -05:00
parent 66bf902d59
commit b682b0fc16

View file

@ -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 ];
};
}