summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-08-14 02:00:00 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2022-08-14 02:00:00 +0200
commit078d880f8fa52a33064dc1eb323e6547e10e651d (patch)
tree9a295aae4e4682c59228204efe4023eda13ff537
parent92b25a09c4e495b213b2f1add98aefc7e004ac59 (diff)
downloadguix-078d880f8fa52a33064dc1eb323e6547e10e651d.tar.gz
gnu: sqlitebrowser: Fix description.
* gnu/packages/databases.scm (sqlitebrowser)[synopsis]: Include more keywords.
[description]: Bring up to snuff.
-rw-r--r--gnu/packages/databases.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 27fc3d8f3e..26f771de24 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -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+