summary refs log tree commit diff
path: root/distro/packages/databases.scm
diff options
context:
space:
mode:
Diffstat (limited to 'distro/packages/databases.scm')
-rw-r--r--distro/packages/databases.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/distro/packages/databases.scm b/distro/packages/databases.scm
index 9cae6916f9..c1dc9260a9 100644
--- a/distro/packages/databases.scm
+++ b/distro/packages/databases.scm
@@ -48,9 +48,9 @@
              ("patch/gets"
               ,(search-patch "diffutils-gets-undeclared.patch"))))
    (arguments `(#:patches (list (assoc-ref %build-inputs "patch/gets"))))
-   (description "GNU recutils, tools and libraries to access human-editable,
+   (synopsis "GNU recutils, tools and libraries to access human-editable,
 text-based databases")
-   (long-description
+   (description
     "GNU recutils is a set of tools and libraries to access human-editable,
 text-based databases called recfiles.  The data is stored as a sequence of
 records, each record containing an arbitrary number of named fields.")