nckx pushed a commit to branch master
in repository guix.
commit 078d880f8fa52a33064dc1eb323e6547e10e651d
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun Aug 14 02:00:00 2022 +0200
gnu: sqlitebrowser: Fix description.
* gnu/packages/databases.scm (sqlitebrowser)[synopsis]: Include more
keywords.
[description]: Bring up to snuff.
---
gnu/packages/databases.scm | 6 +++---
1 file 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+