Skip to content

Commit

Permalink
Fixes from buildifier.
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Ansell <tansell@google.com>
  • Loading branch information
mithro committed Nov 27, 2023
1 parent c7da44c commit 4dd1586
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ package(
)

license(
name = "package_license",
package_name = "bazel_rules_hdl",
name = "package_license",
package_name = "bazel_rules_hdl",
)

licenses(["notice"])
Expand Down
2 changes: 1 addition & 1 deletion dependency_support/rules_license/rules_license.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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",
)
1 change: 1 addition & 0 deletions pdk/proto/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
# limitations under the License.

load("@rules_python//python:proto.bzl", "py_proto_library")
load("@rules_cc//cc:defs.bzl", "cc_proto_library")

package(
default_applicable_licenses = ["//:package_license"],
Expand Down

0 comments on commit 4dd1586

Please sign in to comment.