diff --git a/terraform/github/repositories.tf b/terraform/github/repositories.tf index afae7b4..871feed 100644 --- a/terraform/github/repositories.tf +++ b/terraform/github/repositories.tf @@ -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" @@ -344,7 +344,7 @@ locals { "asdf", ] teams = [ - "asdf-go", + "asdf-golang", "asdf-core", ] } diff --git a/terraform/github/teams.tf b/terraform/github/teams.tf index b468142..1aaaf60 100644 --- a/terraform/github/teams.tf +++ b/terraform/github/teams.tf @@ -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", ]