commit 0ae0c60ee0a080cc2c0006bf1f1a5770325e702a parent 667a641e68d365a07d5d816f82f012498a60d762 Author: MTRNord <mtrnord1@gmail.com> Date: Sun, 10 Nov 2024 23:28:03 +0100 Fix screenshot url Diffstat:
| M | data/dev.nordgedanken.heic2jpg.metainfo.xml.in.in | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/data/dev.nordgedanken.heic2jpg.metainfo.xml.in.in b/data/dev.nordgedanken.heic2jpg.metainfo.xml.in.in @@ -14,8 +14,8 @@ </categories> <screenshots> <screenshot type="default"> - <image>https://gitlab.gnome.org/bilelmoussaoui/heic2jpg/raw/master/data/resources/screenshots/screenshot1.png</image> - <caption>Main window</caption> + <image xml:lang="en">https://github.com/MTRNord/heic2jpg/raw/main/data/resources/screenshots/screenshot1.png</image> + <caption xml:lang="en">Main window</caption> </screenshot> </screenshots> <url type="homepage">https://github.com/MTRNord/heic2jpg</url>