Skip to content

Commit

Permalink
fix: revert repositories until we have merged teams
Browse files Browse the repository at this point in the history
  • Loading branch information
particledecay authored and smorimoto committed Dec 2, 2023
1 parent 8f9519d commit af4444a
Showing 1 changed file with 0 additions and 63 deletions.
63 changes: 0 additions & 63 deletions terraform/github/repositories.tf
Original file line number Diff line number Diff line change
Expand Up @@ -323,22 +323,6 @@ locals {
]
}

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

asdf-fstar = {
description = "FStar plugin for the asdf version manager"
homepage_url = "https://github.com/asdf-vm/asdf"
Expand Down Expand Up @@ -514,22 +498,6 @@ locals {
]
}

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

asdf-kotlin = {
description = "Kotlin plugin for the asdf version manager"
homepage_url = "https://github.com/asdf-vm/asdf"
Expand Down Expand Up @@ -600,22 +568,6 @@ locals {
]
}

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

asdf-lean = {
description = "Lean plugin for the asdf version manager"
homepage_url = "https://github.com/asdf-vm/asdf"
Expand Down Expand Up @@ -1058,21 +1010,6 @@ locals {
]
}

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

asdf-temporal = {
description = "Temporal CLI plugin for the asdf version manager"
homepage_url = "https://github.com/temporalio/cli"
Expand Down

0 comments on commit af4444a

Please sign in to comment.