File tree 3 files changed +4
-3
lines changed
dependency_support/rules_license
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ package(
20
20
)
21
21
22
22
license (
23
- name = "package_license" ,
24
- package_name = "bazel_rules_hdl" ,
23
+ name = "package_license" ,
24
+ package_name = "bazel_rules_hdl" ,
25
25
)
26
26
27
27
licenses (["notice" ])
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ def rules_license():
23
23
name = "rules_license" ,
24
24
urls = [
25
25
"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" ,
27
27
],
28
28
sha256 = "6157e1e68378532d0241ecd15d3c45f6e5cfd98fc10846045509fb2a7cc9e381" ,
29
29
)
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
+ load ("@rules_cc//cc:defs.bzl" , "cc_proto_library" )
15
16
load ("@rules_python//python:proto.bzl" , "py_proto_library" )
16
17
17
18
package (
You can’t perform that action at this time.
0 commit comments