We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f50dff3 commit 0612ca4Copy full SHA for 0612ca4
resources/spec.ejs
@@ -11,7 +11,7 @@
11
<% if (owners && owners.length) { %><owners><%- owners.join(', ') %></owners><% } %>
12
<% if (homepage) { %><projectUrl><%- homepage %></projectUrl><% } %>
13
<% if (iconUrl) { %><iconUrl><%- iconUrl %></iconUrl><% } %>
14
- <% if (licenseUrl) { %><licenseUrl><%- licenseUrl %></iconUrl><% } %>
+ <% if (licenseUrl) { %><licenseUrl><%- licenseUrl %></licenseUrl><% } %>
15
<% if (requireLicenseAcceptance) { %><requireLicenseAcceptance><%- requireLicenseAcceptance %></requireLicenseAcceptance><% } %>
16
<% if (tags && tags.length) { %><tags><%- tags.join(' ') %></tags><% } %>
17
</metadata>
0 commit comments