summary refs log tree commit diff
path: root/gnu/packages/gdbm.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/gdbm.scm')
-rw-r--r--gnu/packages/gdbm.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gdbm.scm b/gnu/packages/gdbm.scm
index 76733dba65..6159cc25da 100644
--- a/gnu/packages/gdbm.scm
+++ b/gnu/packages/gdbm.scm
@@ -37,7 +37,8 @@
     (arguments `(#:configure-flags '("--enable-libgdbm-compat")))
     (build-system gnu-build-system)
     (home-page "http://www.gnu.org/software/gdbm/")
-    (synopsis "GNU dbm key/value database library")
+    (synopsis
+     "Hash library of database functions compatible with traditional dbm")
     (description
      "GNU dbm (or GDBM, for short) is a library of database functions
 that use extensible hashing and work similar to the standard UNIX dbm.