gnu: sqlitebrowser: Fix description.
* gnu/packages/databases.scm (sqlitebrowser)[synopsis]: Include more keywords. [description]: Bring up to snuff.
This commit is contained in:
parent
92b25a09c4
commit
078d880f8f
1 changed files with 3 additions and 3 deletions
|
@ -4815,9 +4815,9 @@ a Gtk.Grid Widget.")
|
||||||
sqlite))
|
sqlite))
|
||||||
(native-inputs (list qttools-5))
|
(native-inputs (list qttools-5))
|
||||||
(home-page "https://sqlitebrowser.org/")
|
(home-page "https://sqlitebrowser.org/")
|
||||||
(synopsis "Database browser for SQLite")
|
(synopsis "Visual database browser and editor for SQLite")
|
||||||
(description "Sqlitebrowser is a high quaility, visual, open source tool to
|
(description "Sqlitebrowser lets you create, design, and edit database files
|
||||||
create design, and edit database file compatible with SQLite.")
|
compatible with SQLite using a graphical user interface.")
|
||||||
(license
|
(license
|
||||||
;; dual license
|
;; dual license
|
||||||
(list license:gpl3+
|
(list license:gpl3+
|
||||||
|
|
Reference in a new issue