Fix ending tag typo in com.ranfdev.Notify.metainfo.xml.in

On Arch, the build fails due to an improperly closed tag in this metainfo file.
This commit is contained in:
Chris
2025-01-13 08:24:36 -05:00
committed by GitHub
parent 8667fab4a9
commit 95ebf76378

View File

@ -11,7 +11,7 @@
<p>A desktop client for ntfy.</p> <p>A desktop client for ntfy.</p>
<ul> <ul>
<li>Receive and send notifications with ntfy.sh or a self hosted ntfy server</li> <li>Receive and send notifications with ntfy.sh or a self hosted ntfy server</li>
<li>View past notifications<li> <li>View past notifications</li>
<li>Runs automatically at startup and receives notifications in the background</li> <li>Runs automatically at startup and receives notifications in the background</li>
</ul> </ul>
<p>ntfy allows you to send notifications to your phone or desktop via scripts from any computer and/or using a REST API.</p> <p>ntfy allows you to send notifications to your phone or desktop via scripts from any computer and/or using a REST API.</p>