Skip to content

Commit

Permalink
docs: fix the license URL of QATzip (envoyproxy#32462)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kaufmann <[email protected]>
Co-authored-by: Michael Kaufmann <[email protected]>
  • Loading branch information
mkauf and mkauf authored Feb 19, 2024
1 parent 73b8adc commit e9558d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ REPOSITORY_LOCATIONS_SPEC = dict(
extensions = ["envoy.compression.qatzip.compressor"],
cpe = "N/A",
license = "BSD-3-Clause",
license_url = "https://github.com/intel/QATzip/blob/{version}/LICENSE",
license_url = "https://github.com/intel/QATzip/blob/v{version}/LICENSE",
),
com_github_luajit_luajit = dict(
project_name = "LuaJIT",
Expand Down

0 comments on commit e9558d3

Please sign in to comment.