Skip to content

Commit

Permalink
asdf-go -> asdf-golang
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <[email protected]>
  • Loading branch information
smorimoto committed Jul 12, 2023
1 parent 2fb78f6 commit 456f7e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions terraform/github/repositories.tf
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ locals {
]
}

asdf-go = {
asdf-golang = {
description = "Go plugin for the asdf version manager"
homepage_url = "https://github.com/asdf-vm/asdf"
default_branch = "master"
Expand All @@ -344,7 +344,7 @@ locals {
"asdf",
]
teams = [
"asdf-go",
"asdf-golang",
"asdf-core",
]
}
Expand Down
4 changes: 2 additions & 2 deletions terraform/github/teams.tf
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ locals {
]
}

asdf-go = {
description = "The people with push access to the asdf-go repository"
asdf-golang = {
description = "The people with push access to the asdf-golang repository"
maintainers = [
"kennyp",
]
Expand Down

0 comments on commit 456f7e1

Please sign in to comment.