Blob Blame History Raw
From d44a9b17ce93beb9dd71e68852d4a78a1535e2e4 Mon Sep 17 00:00:00 2001
From: Pete Walter <pwalter@fedoraproject.org>
Date: Fri, 5 Aug 2016 09:12:24 +0100
Subject: [PATCH] Fix up appdata file id to match with the desktop file

The two need to match for this to work.
---
 data/feedreader.appdata.xml.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/feedreader.appdata.xml.in b/data/feedreader.appdata.xml.in
index 1056544..26db12d 100644
--- a/data/feedreader.appdata.xml.in
+++ b/data/feedreader.appdata.xml.in
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <component type="desktop">
-    <id>org.gnome.FeedReader</id>
+    <id>feedreader.desktop</id>
     <metadata_license>CC0</metadata_license>
     <project_license>GPL-3.0+</project_license>
     <name>FeedReader</name>
-- 
2.7.4