Skip to content

Commit

Permalink
LICENSE.txt got 404 replace to LICENSE (#3627)
Browse files Browse the repository at this point in the history
* fix: link 404

* fix: generate files
  • Loading branch information
yuta-hidaka committed Sep 26, 2023
1 parent 29f73c3 commit d0a8f18
Show file tree
Hide file tree
Showing 14 changed files with 434 additions and 428 deletions.
2 changes: 1 addition & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ load("@com_github_bazelbuild_buildtools//buildifier:def.bzl", "buildifier")
load("@io_bazel_rules_go//proto:compiler.bzl", "go_proto_compiler")
load("@io_bazel_rules_go//proto/wkt:well_known_types.bzl", "PROTO_RUNTIME_DEPS", "WELL_KNOWN_TYPES_APIV2")

exports_files(["LICENSE.txt"])
exports_files(["LICENSE"])

buildifier(
name = "buildifier",
Expand Down
Loading

0 comments on commit d0a8f18

Please sign in to comment.