Skip to content

Commit 9a23831

Browse files
committed
Fix a typo in the Chocolatey XML
1 parent 718cfdd commit 9a23831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/grind.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ String get _nuspec => """
6666
<authors>Natalie Weizenbaum</authors>
6767
<owners>nex3</owners>
6868
<projectUrl>https://github.com/sass/dart-sass</projectUrl>
69-
<licenseUrl>https://github.com/sass/dart-sass/blob/${pkg.version}/LICENSE</licenseUrL>
69+
<licenseUrl>https://github.com/sass/dart-sass/blob/${pkg.version}/LICENSE</licenseUrl>
7070
<iconUrl>https://cdn.rawgit.com/sass/sass-site/f99ee33e4f688e244c7a5902c59d61f78daccc55/source/assets/img/logos/logo-seal.png</iconUrl>
7171
<bugTrackerUrl>https://github.com/sass/dart-sass/issues</bugTrackerUrl>
7272
<description>**Sass makes CSS fun again**. Sass is an extension of CSS, adding nested rules, variables, mixins, selector inheritance, and more. It's translated to well-formatted, standard CSS using the command line tool or a web-framework plugin.

0 commit comments

Comments
 (0)