aboutsummaryrefslogtreecommitdiff
path: root/rules/gather_licenses_info.bzl
diff options
context:
space:
mode:
authorTony Aiuto <aiuto@google.com>2023-02-27 15:33:12 -0500
committerTony Aiuto <aiuto@google.com>2023-02-27 15:33:12 -0500
commit7de72c96421484ad4d7c068fa58a68d57ea33fa1 (patch)
tree2aab214566e0c086577edbf21450ca09975f78fd /rules/gather_licenses_info.bzl
parent95f66cf97ece85cfadbb4b63e6afa8cf0735a9e0 (diff)
downloadbazelbuild-rules_license-7de72c96421484ad4d7c068fa58a68d57ea33fa1.tar.gz
Make rules/private a distinct package.
That allows for better visibility control.
Diffstat (limited to 'rules/gather_licenses_info.bzl')
-rw-r--r--rules/gather_licenses_info.bzl2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/gather_licenses_info.bzl b/rules/gather_licenses_info.bzl
index 894d20d..9dd1cbc 100644
--- a/rules/gather_licenses_info.bzl
+++ b/rules/gather_licenses_info.bzl
@@ -20,7 +20,7 @@ load(
"should_traverse",
)
load(
- "@rules_license//rules:private/gathering_providers.bzl",
+ "@rules_license//rules/private:gathering_providers.bzl",
"TransitiveLicensesInfo",
)