File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
dependency_support/rules_license Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ package(
2020)
2121
2222license (
23- name = "package_license" ,
24- package_name = "bazel_rules_hdl" ,
23+ name = "package_license" ,
24+ package_name = "bazel_rules_hdl" ,
2525)
2626
2727licenses (["notice" ])
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ def rules_license():
2323 name = "rules_license" ,
2424 urls = [
2525 "https://github.com/bazelbuild/rules_license/releases/download/0.0.4/rules_license-0.0.4.tar.gz" ,
26- "https://mirror.bazel.build/github.com/bazelbuild/rules_license/releases/download/0.0.4/rules_license-0.0.4.tar.gz" ,
26+ "https://mirror.bazel.build/github.com/bazelbuild/rules_license/releases/download/0.0.4/rules_license-0.0.4.tar.gz" ,
2727 ],
2828 sha256 = "6157e1e68378532d0241ecd15d3c45f6e5cfd98fc10846045509fb2a7cc9e381" ,
2929 )
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15+ load ("@rules_cc//cc:defs.bzl" , "cc_proto_library" )
1516load ("@rules_python//python:proto.bzl" , "py_proto_library" )
1617
1718package (
You can’t perform that action at this time.
0 commit comments