Skip to content

Commit e561eef

Browse files
committed
update metainfo
1 parent 6d3efb7 commit e561eef

File tree

1 file changed

+18
-14
lines changed

1 file changed

+18
-14
lines changed

data/com.ranfdev.DistroShelf.metainfo.xml.in

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,23 @@
1515
</developer>
1616

1717
<!-- Requered: Should be a link to the upstream homepage for the component -->
18-
<url type="homepage">https://example.org/</url>
18+
<url type="homepage">https://github.com/ranfdev/DistroShelf</url>
1919
<!-- Recommended: It is highly recommended for open-source projects to display the source code repository -->
20-
<url type="vcs-browser">https://example.org/repository</url>
20+
<url type="vcs-browser">https://github.com/ranfdev/DistroShelf</url>
2121
<!-- Should point to the software's bug tracking system, for users to report new bugs -->
22-
<url type="bugtracker">https://example.org/issues</url>
22+
<url type="bugtracker">https://github.com/ranfdev/DistroShelf/issues</url>
2323
<!-- Should link a FAQ page for this software, to answer some of the most-asked questions in detail -->
2424
<!-- URLs of this type should point to a webpage where users can submit or modify translations of the upstream project -->
25-
<url type="translate">https://example.org/translate</url>
26-
<url type="faq">https://example.org/faq</url>
25+
<!-- <url type="translate">https://example.org/translate</url> -->
26+
<!-- <url type="faq">https://example.org/faq</url> -->
2727
<!--Sould provide a web link to an online user's reference, a software manual or help page -->
28-
<url type="help">https://example.org/help</url>
28+
<!-- <url type="help">https://example.org/help</url> -->
2929
<!-- URLs of this type should point to a webpage showing information on how to donate to the described software project -->
30-
<url type="donation">https://example.org/donate</url>
30+
<url type="donation">https://github.com/sponsors/ranfdev</url>
3131
<!--This could for example be an HTTPS URL to an online form or a page describing how to contact the developer -->
32-
<url type="contact">https://example.org/contact</url>
32+
<!-- <url type="contact">https://example.org/contact</url> -->
3333
<!--URLs of this type should point to a webpage showing information on how to contribute to the described software project -->
34-
<url type="contribute">https://example.org/contribute</url>
34+
<!-- <url type="contribute">https://example.org/contribute</url> -->
3535

3636
<translation type="gettext">distroshelf</translation>
3737
<!-- All graphical applications having a desktop file must have this tag in the MetaInfo.
@@ -59,13 +59,17 @@
5959
</screenshots>
6060

6161
<releases>
62-
<release version="1.0.1" date="2024-01-18">
63-
<url type="details">https://example.org/changelog.html#version_1.0.1</url>
62+
<release version="1.0.1" date="2025-03-25">
6463
<description translate="no">
65-
<p>Release description</p>
64+
<p>First release</p>
6665
<ul>
67-
<li>List of changes</li>
68-
<li>List of changes</li>
66+
<li>Create and manage containers</li>
67+
<li>View container status and details</li>
68+
<li>Install packages</li>
69+
<li>Manage exported applications</li>
70+
<li>Open terminal sessions</li>
71+
<li>Upgrade containers</li>
72+
<li>Clone and delete containers</li>
6973
</ul>
7074
</description>
7175
</release>

0 commit comments

Comments
 (0)