From 55e06074371792e7b25e59680499018466315477 Mon Sep 17 00:00:00 2001 From: Stephan Meijer Date: Tue, 28 May 2024 19:15:11 +0200 Subject: [PATCH] add Fbrisset to asdf-pandoc --- terraform/github/teams.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/github/teams.tf b/terraform/github/teams.tf index 3e2a681..f751bc1 100644 --- a/terraform/github/teams.tf +++ b/terraform/github/teams.tf @@ -341,7 +341,7 @@ locals { asdf-pandoc = { description = "The people with push access to the asdf-pandoc repository", maintainers = [ - "StephanMeijer", + "StephanMeijer", "Fbrisset", ] }