23 lines
918 B
Diff
23 lines
918 B
Diff
From 1b1731f3c957e380173251166fcf3c58bbdff60a Mon Sep 17 00:00:00 2001
|
|
From: Siyan Panayotov <siyan@hellosiyan.com>
|
|
Date: Wed, 23 May 2018 19:13:04 +0200
|
|
Subject: [PATCH] Fix invalid XML in viewnior.appdata.xml
|
|
|
|
---
|
|
data/viewnior.appdata.xml | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/data/viewnior.appdata.xml b/data/viewnior.appdata.xml
|
|
index 95f4976..35d7bbe 100644
|
|
--- a/data/viewnior.appdata.xml
|
|
+++ b/data/viewnior.appdata.xml
|
|
@@ -22,5 +22,5 @@
|
|
<screenshot><image>https://siyanpanayotov.com/images/vnr_pref_window.png</image></screenshot>
|
|
<screenshot><image>https://siyanpanayotov.com/images/vnr_navigation_window.png</image></screenshot>
|
|
</screenshots>
|
|
- <update_contact>contact_AT_siyanpanayotov.com</updatecontact>
|
|
-</application>
|
|
\ No newline at end of file
|
|
+ <updatecontact>contact_AT_siyanpanayotov.com</updatecontact>
|
|
+</component>
|
|
\ No newline at end of file
|