gitea,nixos/gitea: add SuperSandro2000 as maintainer, remove inactive maintainers, unify maintainers

This commit is contained in:
Sandro Jäckel 2024-05-27 22:48:14 +02:00
parent ab9a7c1e35
commit 73c11de701
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
2 changed files with 2 additions and 2 deletions

View File

@ -722,5 +722,5 @@ in
timerConfig.OnCalendar = cfg.dump.interval;
};
};
meta.maintainers = with lib.maintainers; [ srhb ma27 pyrox0 ];
meta.maintainers = with lib.maintainers; [ ma27 techknowlogick SuperSandro2000 ];
}

View File

@ -86,7 +86,7 @@ buildGoModule rec {
description = "Git with a cup of tea";
homepage = "https://gitea.io";
license = licenses.mit;
maintainers = with maintainers; [ disassembler kolaente ma27 techknowlogick ];
maintainers = with maintainers; [ ma27 techknowlogick SuperSandro2000 ];
broken = stdenv.isDarwin;
mainProgram = "gitea";
};