gnu: memcached: Fix typos in description.
* gnu/packages/databases.scm (memcached)[synopsis, description]: Hyphenate.
This commit is contained in:
parent
feccc81013
commit
61d996b921
|
@ -412,8 +412,8 @@ mapping from string keys to string values.")
|
||||||
`(("libevent" ,libevent)
|
`(("libevent" ,libevent)
|
||||||
("cyrus-sasl" ,cyrus-sasl)))
|
("cyrus-sasl" ,cyrus-sasl)))
|
||||||
(home-page "https://memcached.org/")
|
(home-page "https://memcached.org/")
|
||||||
(synopsis "In memory caching service")
|
(synopsis "In-memory caching service")
|
||||||
(description "Memcached is a in memory key value store. It has a small
|
(description "Memcached is an in-memory key-value store. It has a small
|
||||||
and generic API, and was originally intended for use with dynamic web
|
and generic API, and was originally intended for use with dynamic web
|
||||||
applications.")
|
applications.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
Loading…
Reference in New Issue