matrix-authentication-service: add matrix team to maintainers (#536915)

This commit is contained in:
Jhonas Wernery 2026-07-01 07:41:54 +00:00 committed by GitHub
commit 3e62f31a87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -67,7 +67,7 @@ in
name = "matrix-authentication-service-upstream";
meta = {
maintainers = pkgs.matrix-authentication-service.meta.maintainers ++ lib.teams.matrix.members;
teams = [ lib.teams.matrix ];
};
nodes = {

View file

@ -113,7 +113,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
homepage = "https://github.com/element-hq/matrix-authentication-service";
changelog = "https://github.com/element-hq/matrix-authentication-service/releases/tag/v${finalAttrs.version}";
license = lib.licenses.agpl3Only;
maintainers = with lib.maintainers; [ teutat3s ];
teams = [ lib.teams.matrix ];
mainProgram = "mas-cli";
};
})