1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
From: Philippe SWARTVAGHER <phil.swart@gmx.fr>
Date: Sat, 3 Jan 2026 17:51:59 +0100
Subject: Fix AppStream warnings
Forwarded: https://github.com/sqlitebrowser/sqlitebrowser/pull/4076
---
distri/sqlitebrowser.desktop.appdata.xml | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/distri/sqlitebrowser.desktop.appdata.xml b/distri/sqlitebrowser.desktop.appdata.xml
index 0d41d16..976b220 100644
--- a/distri/sqlitebrowser.desktop.appdata.xml
+++ b/distri/sqlitebrowser.desktop.appdata.xml
@@ -1,11 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
- <id>sqlitebrowser.desktop</id>
+ <id>org.sqlitebrowser.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>MPL-2.0 and GPL-3.0+</project_license>
- <developer_name>DB Browser for SQLite developers</developer_name>
+ <developer id="org.sqlitebrowser">
+ <name>DB Browser for SQLite developers</name>
+ </developer>
<name>DB Browser for SQLite</name>
- <summary>light GUI editor for SQLite databases</summary>
+ <summary>Light GUI editor for SQLite databases</summary>
<description>
<p>DB Browser for SQLite is a high quality, visual, open source tool to create, design, and edit database files compatible with SQLite.</p>
<p>It is for users and developers wanting to create databases, search, and edit data. It uses a familiar spreadsheet-like interface, and you don't need to learn complicated SQL commands.</p>
|