Skip to content

Commit

Permalink
Import asdf-plugin-manager repository
Browse files Browse the repository at this point in the history
  • Loading branch information
aabouzaid authored and smorimoto committed Aug 9, 2023
1 parent f707dc1 commit ecd1368
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions terraform/github/repositories.tf
Original file line number Diff line number Diff line change
Expand Up @@ -759,6 +759,21 @@ locals {
]
}

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

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

0 comments on commit ecd1368

Please sign in to comment.