matrix-authentication-service: add matrix team to maintainers
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user