mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
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:
@@ -8,9 +8,6 @@ let
|
||||
in
|
||||
{
|
||||
name = "dendrite";
|
||||
meta = {
|
||||
maintainers = pkgs.lib.teams.matrix.members;
|
||||
};
|
||||
|
||||
nodes = {
|
||||
homeserver =
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user