Regenerate BUILD.cowlib using 'bazel run gazelle-update-repos -- -args hex.pm/cowlib@2.12.1'

This commit is contained in:
Michael Klishin 2023-04-04 20:26:13 +04:00
parent aa89b4e3b3
commit 9164104acd
1 changed files with 4 additions and 6 deletions

View File

@ -68,7 +68,6 @@ erlang_bytecode(
"src/cow_spdy.hrl",
],
app_name = "cowlib",
beam = [],
erlc_opts = "//:erlc_opts",
)
@ -119,14 +118,13 @@ filegroup(
],
)
filegroup(
name = "priv",
srcs = [],
)
filegroup(name = "priv")
filegroup(
name = "licenses",
srcs = ["LICENSE"],
srcs = [
"LICENSE",
],
)
filegroup(