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"; }; })