diff --git a/BUILD b/BUILD index 456aba24..bf28dd5a 100644 --- a/BUILD +++ b/BUILD @@ -20,8 +20,8 @@ package( ) license( - name = "package_license", - package_name = "bazel_rules_hdl", + name = "package_license", + package_name = "bazel_rules_hdl", ) licenses(["notice"]) diff --git a/dependency_support/rules_license/rules_license.bzl b/dependency_support/rules_license/rules_license.bzl index de4aeb54..35523c27 100644 --- a/dependency_support/rules_license/rules_license.bzl +++ b/dependency_support/rules_license/rules_license.bzl @@ -23,7 +23,7 @@ def rules_license(): name = "rules_license", urls = [ "https://github.com/bazelbuild/rules_license/releases/download/0.0.4/rules_license-0.0.4.tar.gz", - "https://mirror.bazel.build/github.com/bazelbuild/rules_license/releases/download/0.0.4/rules_license-0.0.4.tar.gz", + "https://mirror.bazel.build/github.com/bazelbuild/rules_license/releases/download/0.0.4/rules_license-0.0.4.tar.gz", ], sha256 = "6157e1e68378532d0241ecd15d3c45f6e5cfd98fc10846045509fb2a7cc9e381", ) diff --git a/pdk/proto/BUILD b/pdk/proto/BUILD index e30f7ba7..5fc76631 100644 --- a/pdk/proto/BUILD +++ b/pdk/proto/BUILD @@ -12,6 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. +load("@rules_cc//cc:defs.bzl", "cc_proto_library") load("@rules_python//python:proto.bzl", "py_proto_library") package(