diff options
author | saturneric <[email protected]> | 2024-07-26 10:30:59 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-07-26 10:34:19 +0000 |
commit | d322e76533589c2384d0be96aa01540cb5a6e283 (patch) | |
tree | 5d755cfdbd79fe0cca6c5c8a5db8a73cdf5ed119 | |
parent | fix: solve the wayland issue of flatpak and fix urls at appstream meta file (diff) | |
download | GpgFrontend-d322e76533589c2384d0be96aa01540cb5a6e283.tar.gz GpgFrontend-d322e76533589c2384d0be96aa01540cb5a6e283.zip |
fix: correct urls at appdata.xml
-rw-r--r-- | resource/appstream/com.bktus.gpgfrontend.appdata.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resource/appstream/com.bktus.gpgfrontend.appdata.xml b/resource/appstream/com.bktus.gpgfrontend.appdata.xml index c257cc63..6fb2911e 100644 --- a/resource/appstream/com.bktus.gpgfrontend.appdata.xml +++ b/resource/appstream/com.bktus.gpgfrontend.appdata.xml @@ -15,8 +15,8 @@ <url type="homepage">https://gpgfrontend.bktus.com</url> <url type="bugtracker">https://github.com/saturneric/GpgFrontend/issues</url> - <url type="contact">hhttps://www.gpgfrontend.bktus.com/overview/contact</url> - <url type="translate">hhttps://www.gpgfrontend.bktus.com/appendix/translate-interface</url> + <url type="contact">https://www.gpgfrontend.bktus.com/overview/contact</url> + <url type="translate">https://www.gpgfrontend.bktus.com/appendix/translate-interface</url> <url type="vcs-browser">https://github.com/saturneric/GpgFrontend</url> <launchable type="desktop-id">com.bktus.gpgfrontend.desktop</launchable> |