Skip to content

Commit 313819d

Browse files
author
Tim 'mithro' Ansell
authored
Merge pull request #237 from mithro/buildifier-fixes
Fixes from buildifier.
2 parents c7da44c + 2f93a54 commit 313819d

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

BUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ package(
2020
)
2121

2222
license(
23-
name = "package_license",
24-
package_name = "bazel_rules_hdl",
23+
name = "package_license",
24+
package_name = "bazel_rules_hdl",
2525
)
2626

2727
licenses(["notice"])

dependency_support/rules_license/rules_license.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
)

pdk/proto/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
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")
1516
load("@rules_python//python:proto.bzl", "py_proto_library")
1617

1718
package(

0 commit comments

Comments
 (0)