diff options
Diffstat (limited to 'gnu/packages/gperf.scm')
-rw-r--r-- | gnu/packages/gperf.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/gperf.scm b/gnu/packages/gperf.scm index 2425756f1b..3a9d2d97d8 100644 --- a/gnu/packages/gperf.scm +++ b/gnu/packages/gperf.scm @@ -37,8 +37,7 @@ (build-system gnu-build-system) (arguments '(#:parallel-tests? #f)) (home-page "http://www.gnu.org/software/gperf/") - (synopsis - "GNU gperf, a perfect hash function generator") + (synopsis "Perfect hash function generator") (description "GNU gperf is a perfect hash function generator. For a given list of strings, it produces a hash function and hash table, in |