remove packer and nomad from hcl.used_by (#1527)

This commit is contained in:
Michael Hoffmann 2021-07-08 01:12:41 +02:00 committed by GitHub
parent 2e0baf40ad
commit 61411b27c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -360,7 +360,7 @@ list.hcl = {
},
maintainers = { "@MichaHoffmann" },
filetype = "hcl",
used_by = { "terraform", "packer", "nomad" },
used_by = { "terraform" },
}
-- FIXME(vigoux): markdown is broken for now