aboutsummaryrefslogtreecommitdiff
path: root/examples/vendor/constant_gen/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'examples/vendor/constant_gen/BUILD')
-rw-r--r--examples/vendor/constant_gen/BUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/vendor/constant_gen/BUILD b/examples/vendor/constant_gen/BUILD
index c6d61a2..a81885c 100644
--- a/examples/vendor/constant_gen/BUILD
+++ b/examples/vendor/constant_gen/BUILD
@@ -13,11 +13,13 @@ package(
# The default license for an entire package is typically named "license".
license(
name = "license",
- package_name = "Trivial Code Generator",
license_kinds = [
"@rules_license//examples/my_org/licenses:generic_restricted",
],
license_text = "LICENSE",
+ package_name = "Trivial Code Generator",
+ package_url = "http://github.com/tgc-fake/tgc.tgz",
+ package_version = "3.14",
)
license(