You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
941 B
24 lines
941 B
From 772964886ebb40d9634f2fabf2e04c0df40de667 Mon Sep 17 00:00:00 2001
|
|
From: Jonathan White <support@dmapps.us>
|
|
Date: Sat, 29 Oct 2022 22:11:12 -0400
|
|
Subject: [PATCH] Fix appdata.xml formatting
|
|
|
|
---
|
|
share/linux/org.keepassxc.KeePassXC.appdata.xml | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/share/linux/org.keepassxc.KeePassXC.appdata.xml b/share/linux/org.keepassxc.KeePassXC.appdata.xml
|
|
index 04904de7ab..c899a66018 100644
|
|
--- a/share/linux/org.keepassxc.KeePassXC.appdata.xml
|
|
+++ b/share/linux/org.keepassxc.KeePassXC.appdata.xml
|
|
@@ -73,7 +73,8 @@
|
|
<li>Flatpak: Fix launching browser proxy service [#8680]</li>
|
|
<li>SSH Agent: Fix paegent support on Windows [#8619]</li>
|
|
</ul>
|
|
- </description
|
|
+ </description>
|
|
+ </release>
|
|
<release version="2.7.3" date="2022-10-23">
|
|
<description>
|
|
<ul>
|