nixosTests.gitea: remove emilylange from maintainers

I no longer contribute to this test nor do I plan to do so in the
future.
My contributions moved to nixosTests.forgejo, after we (nixpkgs) decided
to split the gitea and forgejo nixpkgs modules.
This commit is contained in:
emilylange 2023-11-07 16:32:27 +01:00 committed by Bjørn Forsman
parent 17012aa0d2
commit 03e7a22654

View File

@ -26,7 +26,7 @@ let
supportedDbTypes = [ "mysql" "postgres" "sqlite3" ];
makeGiteaTest = type: nameValuePair type (makeTest {
name = "${giteaPackage.pname}-${type}";
meta.maintainers = with maintainers; [ aanderse emilylange kolaente ma27 ];
meta.maintainers = with maintainers; [ aanderse kolaente ma27 ];
nodes = {
server = { config, pkgs, ... }: {