[Backport release-26.05] teams.matrix: reform (#535079)

This commit is contained in:
Maximilian Bosch 2026-06-24 23:24:44 +00:00 committed by GitHub
commit 936860f69b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 2 additions and 8 deletions

View file

@ -507,12 +507,11 @@ with lib.maintainers;
matrix = {
members = [
ma27
mguentner
dandellion
nickcao
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;