From b1dbdc54f4a873707a3f5f3799ab29ddc09fe5f5 Mon Sep 17 00:00:00 2001 From: Florian Brisset Date: Tue, 2 Jul 2024 15:12:36 +0200 Subject: [PATCH] add asdf-tinytex team --- terraform/github/teams.tf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/terraform/github/teams.tf b/terraform/github/teams.tf index 9ea3265..c6c88f6 100644 --- a/terraform/github/teams.tf +++ b/terraform/github/teams.tf @@ -559,6 +559,13 @@ locals { "b1-luettje" ] } + + asdf-tinytex = { + description = "The people with push access to the asdf-tinytex repository" + maintainers = [ + "Fbrisset", + ] + } } }