Skip to content

Commit c128918

Browse files
Add asdf-pandoc as a repository
1 parent 6fe977e commit c128918

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

terraform/github/repositories.tf

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -863,6 +863,20 @@ locals {
863863
]
864864
}
865865

866+
asdf-pandoc = {
867+
description = "Pandoc plugin for the asdf version manager"
868+
homepage_url = "https://github.com/asdf-vm/asdf"
869+
default_branch = "main"
870+
topics = [
871+
"asdf-plugin",
872+
"asdf",
873+
]
874+
teams = [
875+
"asdf-pandoc",
876+
"asdf-core",
877+
]
878+
}
879+
866880
asdf-pdm = {
867881
description = "PDM plugin for the asdf version manager"
868882
homepage_url = "https://github.com/asdf-vm/asdf"

0 commit comments

Comments
 (0)