mirror of
https://github.com/google/nomulus
synced 2026-01-08 15:21:46 +00:00
11 lines
185 B
Python
11 lines
185 B
Python
package(
|
|
default_visibility = ["//java/google/registry:registry_project"],
|
|
)
|
|
|
|
licenses(["notice"]) # Apache 2.0
|
|
|
|
filegroup(
|
|
name = "html_files",
|
|
srcs = glob(["*.html"]),
|
|
)
|