mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Adds a new users page that lists known users, links to them, and captures any references or additional details about their usage. PiperOrigin-RevId: 611636393
8 lines
167 B
Python
8 lines
167 B
Python
package(
|
|
default_applicable_licenses = ["//:license"],
|
|
default_visibility = ["//website:__pkg__"],
|
|
licenses = ["notice"],
|
|
)
|
|
|
|
exports_files(["index.html"])
|