aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/packages/chocolatey/bazel.nuspec.template
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/packages/chocolatey/bazel.nuspec.template')
-rw-r--r--scripts/packages/chocolatey/bazel.nuspec.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/packages/chocolatey/bazel.nuspec.template b/scripts/packages/chocolatey/bazel.nuspec.template
index 3d64d5fe32..9b673a5528 100644
--- a/scripts/packages/chocolatey/bazel.nuspec.template
+++ b/scripts/packages/chocolatey/bazel.nuspec.template
@@ -42,7 +42,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<iconUrl>https://cdn.rawgit.com/bazelbuild/bazel/master/site/images/bazel-logo.png</iconUrl>
<copyright>Copyright 2016 The Bazel Authors. All rights reserved.</copyright>
<!-- If there is a license Url available, it is is required for the community feed -->
- <licenseUrl>https://github.com/bazelbuild/bazel/tree/master/LICENSE.txt</licenseUrl>
+ <licenseUrl>https://github.com/bazelbuild/bazel/tree/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/bazelbuild/bazel.git</projectSourceUrl>
<docsUrl>https://www.bazel.build/versions/master/docs/getting-started.html</docsUrl>