From 4f9654346e316c485464c250cfed716f5fd5951e Mon Sep 17 00:00:00 2001 From: Stephan Meijer Date: Tue, 28 May 2024 19:03:59 +0200 Subject: [PATCH 1/3] Change asdf-pandoc to be maintained by StephanMeijer asdf-pandoc does not seem to have been claimed as community repository. I would like to do so so that I can work on my changes as a community effort. --- 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 9ea3265..3e2a681 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 = [ - "sys9kdr", + "StephanMeijer", ] } From 55e06074371792e7b25e59680499018466315477 Mon Sep 17 00:00:00 2001 From: Stephan Meijer Date: Tue, 28 May 2024 19:15:11 +0200 Subject: [PATCH 2/3] 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", ] } From c141f2d3254e2813078c36efb66de96440545b27 Mon Sep 17 00:00:00 2001 From: Stephan Meijer Date: Mon, 3 Jun 2024 14:23:12 +0200 Subject: [PATCH 3/3] add sys9kdr 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 f751bc1..43018fc 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", "Fbrisset", + "StephanMeijer", "Fbrisset", "sys9kdr", ] }