Merge pull request #111488 from wchresta/legendary-gl-remove-wchresta

legendary-gl: Remove wchresta from maintainers
This commit is contained in:
Sandro
2021-01-31 20:30:53 +01:00
committed by GitHub

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