diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-04-20 11:44:42 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-04-20 11:44:42 +0200 |
commit | f7758740eda6b866233333a766e29183d16fe154 (patch) | |
tree | 42672967a01c0f470dfa22d5aa956335078c5775 /gnu/packages | |
parent | 0ff3e3aa9bea8c82c921db88fc03cb7361b886f7 (diff) | |
download | guix-f7758740eda6b866233333a766e29183d16fe154.tar guix-f7758740eda6b866233333a766e29183d16fe154.tar.gz |
gnu: gdbm, nano: Synchronize synopses.
* gnu/packages/gdbm.scm, gnu/packages/nano.scm: Synchronize synopses
with the Womb.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/gdbm.scm | 3 | ||||
-rw-r--r-- | gnu/packages/nano.scm | 2 |
2 files changed, 3 insertions, 2 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. diff --git a/gnu/packages/nano.scm b/gnu/packages/nano.scm index 00cdd6debb..f80400d88b 100644 --- a/gnu/packages/nano.scm +++ b/gnu/packages/nano.scm @@ -42,7 +42,7 @@ `(("gettext" ,guix:gettext) ("ncurses" ,ncurses))) (home-page "http://www.nano-editor.org/") - (synopsis "A small, user-friendly console text editor") + (synopsis "Small, user-friendly console text editor") (description "GNU nano is designed to be a free replacement for the Pico text editor, part of the Pine email suite from The University of |