Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions distri/sqlitebrowser.desktop.appdata.xml
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
Loading