Skip to content

Commit

Permalink
fix(teams): rename some of the ambiguous team names
Browse files Browse the repository at this point in the history
  • Loading branch information
particledecay authored and smorimoto committed Dec 2, 2023
1 parent af4444a commit cf2e7f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/github/teams.tf
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ locals {
]
}

asdf-lab = {
asdf-gitlab-lab = {
description = "The people with push access to the asdf-lab repository"
maintainers = [
"particledecay",
Expand Down Expand Up @@ -419,7 +419,7 @@ locals {
]
}

asdf-task = {
asdf-taskfile = {
description = "The people with push access to the asdf-task repository"
maintainers = [
"particledecay",
Expand Down

0 comments on commit cf2e7f2

Please sign in to comment.