From 0e8889de25fafc1e376be3787e4d1b67e9ae3263 Mon Sep 17 00:00:00 2001 From: teutat3s <10206665+teutat3s@users.noreply.github.com> Date: Tue, 30 Jun 2026 09:23:23 +0200 Subject: [PATCH] matrix-authentication-service: add matrix team to maintainers --- nixos/tests/matrix/matrix-authentication-service.nix | 2 +- pkgs/by-name/ma/matrix-authentication-service/package.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/tests/matrix/matrix-authentication-service.nix b/nixos/tests/matrix/matrix-authentication-service.nix index 7fac403e8421..2e93652b495e 100644 --- a/nixos/tests/matrix/matrix-authentication-service.nix +++ b/nixos/tests/matrix/matrix-authentication-service.nix @@ -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 = { diff --git a/pkgs/by-name/ma/matrix-authentication-service/package.nix b/pkgs/by-name/ma/matrix-authentication-service/package.nix index 9d063b4fa960..38b359752e54 100644 --- a/pkgs/by-name/ma/matrix-authentication-service/package.nix +++ b/pkgs/by-name/ma/matrix-authentication-service/package.nix @@ -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"; }; })