Skip to content

Commit d657e66

Browse files
authored
Merge pull request #1444 from yakushabb/patch-1
metadata: Small fixes
2 parents c2ebfc0 + b8b0e0a commit d657e66

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
- name: Validate desktop entry
6464
run: desktop-file-validate dk.gqrx.gqrx.desktop
6565
- name: Validate appstream metadata
66+
if: matrix.image == 'ubuntu:24.04'
6667
run: appstreamcli validate --no-net dk.gqrx.gqrx.appdata.xml
6768
macos-build:
6869
name: MacOS CI

dk.gqrx.gqrx.appdata.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
</description>
2323
<metadata_license>CC-BY-3.0</metadata_license>
2424
<project_license>GPL-3.0</project_license>
25+
<url type="homepage">https://gqrx.dk/</url>
2526
<url type="bugtracker">https://github.com/gqrx-sdr/gqrx/issues</url>
27+
<url type="vcs-browser">https://github.com/gqrx-sdr/gqrx</url>
2628
<!-- <url type="donation"></url> -->
2729
<!-- <url type="faq"></url> -->
2830
<!-- <url type="help"></url> -->
29-
<url type="homepage">https://gqrx.dk/</url>
30-
<!-- <project_group>none</project_group> not a project from GNOME, KDE or XFCE -->
3131
<launchable type="desktop-id">dk.gqrx.gqrx.desktop</launchable>
3232
<screenshots>
3333
<screenshot type="default">

0 commit comments

Comments
 (0)