You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 28, 2023. It is now read-only.
Sorry for opening yet another issue. I'm still trying to get my application validated, and now I'm getting this warning:
W - com.github.volfpeter.timer.appdata.xml:com.github.volfpeter.timer:6
SPDX license ID 'GPL-3.0-or-later' is unknown.
I've copied the <project_license>GPL-3.0-or-later</project_license> tag straight from the AppStream metadata documentation. I've double checked the license identifier at https://spdx.org/licenses/ and it is valid.
Br,
Peter
The text was updated successfully, but these errors were encountered:
Apparently GPL-3.0-only is also treated as invalid...
Can I somehow validate my appdata.xml locally with the exact same options (and appstreamcli version)? Validating it with my current appstreamcli version (with no extra arguments) obviously passes. It's not great that I need to keep making new releases after each change to test if submission finally succeeds.
Hi,
Sorry for opening yet another issue. I'm still trying to get my application validated, and now I'm getting this warning:
I've copied the
<project_license>GPL-3.0-or-later</project_license>
tag straight from the AppStream metadata documentation. I've double checked the license identifier at https://spdx.org/licenses/ and it is valid.Br,
Peter
The text was updated successfully, but these errors were encountered: