File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -815,6 +815,20 @@ locals {
815815 ]
816816 }
817817
818+ asdf-oama = {
819+ description = " oama plugin for the asdf version manager"
820+ homepage_url = " https://github.com/asdf-vm/asdf"
821+ default_branch = " main"
822+ topics = [
823+ " asdf-plugin" ,
824+ " asdf" ,
825+ ]
826+ teams = [
827+ " asdf-oama" ,
828+ " asdf-core" ,
829+ ]
830+ }
831+
818832 asdf-ocaml = {
819833 description = " OCaml plugin for the asdf version manager"
820834 homepage_url = " https://github.com/asdf-vm/asdf"
Original file line number Diff line number Diff line change @@ -402,6 +402,13 @@ locals {
402402 maintainers = []
403403 }
404404
405+ asdf-oama = {
406+ description = " The people with push access to the asdf-oama repository"
407+ maintainers = [
408+ " czchen" ,
409+ ]
410+ }
411+
405412 asdf-ocaml = {
406413 description = " The people with push access to the asdf-ocaml repository"
407414 maintainers = []
You can’t perform that action at this time.
0 commit comments