diff options
Diffstat (limited to 'gnu/packages/libevent.scm')
-rw-r--r-- | gnu/packages/libevent.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/libevent.scm b/gnu/packages/libevent.scm index 7b8adbace4..27416a0e59 100644 --- a/gnu/packages/libevent.scm +++ b/gnu/packages/libevent.scm @@ -47,8 +47,7 @@ ("which" ,which) ("python" ,python-wrapper))) (home-page "http://libevent.org/") - (synopsis - "libevent, an event notification library") + (synopsis "Event notification library") (description "The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a |