dendrite: remove from matrix maintainer team

It makes zero sense to have it in this team. Dendrite is something
that's (hopefully) rarely deployed and noone from this team touched this
package since 2024-11.
This commit is contained in:
Maximilian Bosch
2026-05-16 14:58:38 +02:00
parent 3f5ef354e0
commit 65dc9dd1f5
2 changed files with 0 additions and 4 deletions

View File

@@ -8,9 +8,6 @@ let
in
{
name = "dendrite";
meta = {
maintainers = pkgs.lib.teams.matrix.members;
};
nodes = {
homeserver =

View File

@@ -70,7 +70,6 @@ buildGoModule (finalAttrs: {
description = "Second-generation Matrix homeserver written in Go";
changelog = "https://github.com/element-hq/dendrite/releases/tag/v${finalAttrs.version}";
license = lib.licenses.agpl3Plus;
teams = [ lib.teams.matrix ];
platforms = lib.platforms.unix;
};
})