Skip to content

Commit

Permalink
Import asdf-go repository
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 3529136 commit c919e09
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions terraform/github/repositories.tf
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,20 @@ locals {
]
}

asdf-go = {
description = "Go plugin for the asdf version manager"
homepage_url = "https://github.com/asdf-vm/asdf"
default_branch = "master"
topics = [
"asdf-plugin",
"asdf",
]
teams = [
"asdf-go",
"asdf-core",
]
}

asdf-graalvm = {
description = "GraalVM plugin for the asdf version manager"
homepage_url = "https://github.com/asdf-vm/asdf"
Expand Down

0 comments on commit c919e09

Please sign in to comment.