|
4 | 4 | <id>@app-id@</id> |
5 | 5 | <metadata_license>CC0</metadata_license> |
6 | 6 | <!-- Insert your license of choice here --> |
7 | | - <!-- <project_license>MIT</project_license> --> |
| 7 | + <project_license>GPL-3.0-or-later</project_license> |
8 | 8 | <name>Notify</name> |
9 | | - <summary>Write a GTK + Rust application</summary> |
| 9 | + <summary>Receive notifications from ntfy.sh.</summary> |
10 | 10 | <description> |
11 | | - <p>A boilerplate template for GTK + Rust. It uses Meson as a build system and has flatpak support by default.</p> |
| 11 | + <p>Versatile GTK4 client designed to seamlessly interface with the ntfy.sh notification service</p> |
12 | 12 | </description> |
13 | 13 | <screenshots> |
14 | 14 | <screenshot type="default"> |
15 | | - <image>https://gitlab.gnome.org/bilelmoussaoui/notify/raw/master/data/resources/screenshots/screenshot1.png</image> |
16 | | - <caption>Main window</caption> |
| 15 | + <image>https://raw.githubusercontent.com/ranfdev/Notify/main/data/screenshots/1.png</image> |
| 16 | + <caption>Main window, welcome screen</caption> |
| 17 | + </screenshot> |
| 18 | + <screenshot> |
| 19 | + <image>https://raw.githubusercontent.com/ranfdev/Notify/main/data/screenshots/2.png</image> |
| 20 | + <caption>Main window, subscription view</caption> |
17 | 21 | </screenshot> |
18 | 22 | </screenshots> |
19 | | - <url type="homepage">https://gitlab.gnome.org/bilelmoussaoui/notify</url> |
20 | | - <url type="bugtracker">https://gitlab.gnome.org/bilelmoussaoui/notify/issues</url> |
| 23 | + <url type="homepage">https://github.com/ranfdev/Notify</url> |
| 24 | + <url type="bugtracker">https://github.com/ranfdev/Notify/issues</url> |
21 | 25 | <content_rating type="oars-1.0" /> |
22 | 26 | <releases> |
23 | | - <release version="0.1.0" date="2019-07-11" /> |
| 27 | + <release version="0.1.0" date="2023-10-13" /> |
24 | 28 | </releases> |
25 | | - <kudos> |
26 | | - <!-- |
27 | | - GNOME Software kudos: |
28 | | - https://gitlab.gnome.org/GNOME/gnome-software/-/blob/main/doc/kudos.md |
29 | | - --> |
30 | | - <kudo>ModernToolkit</kudo> |
31 | | - <kudo>HiDpiIcon</kudo> |
32 | | - </kudos> |
33 | 29 | <developer_name>ranfdev</developer_name> |
34 | 30 | <update_contact>ranfdev@gmail.com</update_contact> |
35 | 31 | <translation type="gettext">@gettext-package@</translation> |
|
0 commit comments