maintainers/matrix: rescope the team

It's absolutely not reasonable to have us maintain random homeserver
implementations and Matrix clients. I don't think anyone is actually
operating and focusing on >1 of these implementations, so restricting
ourselves to the core things & reference implementations makes more
sense to me.
This commit is contained in:
Maximilian Bosch 2026-06-24 17:09:57 +02:00
commit 4ed9aa9fd2
No known key found for this signature in database
4 changed files with 1 additions and 6 deletions

View file

@ -512,7 +512,7 @@ with lib.maintainers;
teutat3s
transcaffeine
];
scope = "Maintain the ecosystem around Matrix, a decentralized messenger.";
scope = "Maintain the foundational packages of the Matrix ecosystem.";
shortName = "Matrix";
};

View file

@ -341,5 +341,4 @@ in
};
};
};
meta.teams = [ lib.teams.matrix ];
}

View file

@ -31,9 +31,6 @@ let
in
{
name = "pantalaimon";
meta = {
maintainers = pkgs.lib.teams.matrix.members;
};
nodes.machine =
{ pkgs, ... }:

View file

@ -64,7 +64,6 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Lightweight matrix client with legacy and mobile browser support";
homepage = "https://github.com/element-hq/hydrogen-web";
teams = [ lib.teams.matrix ];
license = lib.licenses.asl20;
platforms = lib.platforms.all;
inherit (olm.meta) knownVulnerabilities;