mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
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:
parent
a646a39bb3
commit
4ed9aa9fd2
4 changed files with 1 additions and 6 deletions
|
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -341,5 +341,4 @@ in
|
|||
};
|
||||
};
|
||||
};
|
||||
meta.teams = [ lib.teams.matrix ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -31,9 +31,6 @@ let
|
|||
in
|
||||
{
|
||||
name = "pantalaimon";
|
||||
meta = {
|
||||
maintainers = pkgs.lib.teams.matrix.members;
|
||||
};
|
||||
|
||||
nodes.machine =
|
||||
{ pkgs, ... }:
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue