~ruther/guix-local

078d880f8fa52a33064dc1eb323e6547e10e651d — Tobias Geerinckx-Rice 3 years ago 92b25a0
gnu: sqlitebrowser: Fix description.

* gnu/packages/databases.scm (sqlitebrowser)[synopsis]: Include more keywords.
[description]: Bring up to snuff.
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/databases.scm
M gnu/packages/databases.scm => gnu/packages/databases.scm +3 -3
@@ 4815,9 4815,9 @@ a Gtk.Grid Widget.")
           sqlite))
    (native-inputs (list qttools-5))
    (home-page "https://sqlitebrowser.org/")
    (synopsis "Database browser for SQLite")
    (description "Sqlitebrowser is a high quaility, visual, open source tool to
create design, and edit database file compatible with SQLite.")
    (synopsis "Visual database browser and editor for SQLite")
    (description "Sqlitebrowser lets you create, design, and edit database files
compatible with SQLite using a graphical user interface.")
    (license
     ;; dual license
     (list license:gpl3+