Skip to content

Commit d0a8f18

Browse files
authored
LICENSE.txt got 404 replace to LICENSE (#3627)
* fix: link 404 * fix: generate files
1 parent 29f73c3 commit d0a8f18

14 files changed

+434
-428
lines changed

BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ load("@com_github_bazelbuild_buildtools//buildifier:def.bzl", "buildifier")
33
load("@io_bazel_rules_go//proto:compiler.bzl", "go_proto_compiler")
44
load("@io_bazel_rules_go//proto/wkt:well_known_types.bzl", "PROTO_RUNTIME_DEPS", "WELL_KNOWN_TYPES_APIV2")
55

6-
exports_files(["LICENSE.txt"])
6+
exports_files(["LICENSE"])
77

88
buildifier(
99
name = "buildifier",

0 commit comments

Comments
 (0)