<tags> fails automated verification because it's comma separated and not space separated
This commit is contained in:
parent
032d12d182
commit
bab214792e
|
@ -10,7 +10,6 @@
|
||||||
<description>@{package.description}</description>
|
<description>@{package.description}</description>
|
||||||
<projectUrl>@{package.homepage}</projectUrl>
|
<projectUrl>@{package.homepage}</projectUrl>
|
||||||
<iconUrl>@{link.image.logo}</iconUrl>
|
<iconUrl>@{link.image.logo}</iconUrl>
|
||||||
<tags>@{package.tags}</tags>
|
|
||||||
<copyright>@{tstamp.year} @{package.developer}</copyright>
|
<copyright>@{tstamp.year} @{package.developer}</copyright>
|
||||||
<licenseUrl>http://www.gnu.org/licenses/gpl-3.0.en.html</licenseUrl>
|
<licenseUrl>http://www.gnu.org/licenses/gpl-3.0.en.html</licenseUrl>
|
||||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||||
|
|
Loading…
Reference in New Issue