gnu: python-ccm: Update synopsis and description.
* gnu/packages/python.scm (python-ccm): Update synopsis and description.
This commit is contained in:
parent
e165f137d8
commit
d9a6e221e2
|
@ -623,9 +623,11 @@ making them easy to handle and incorporate into other protocols.")
|
||||||
("python-psutil" ,python-psutil)
|
("python-psutil" ,python-psutil)
|
||||||
("python-six" ,python-six)))
|
("python-six" ,python-six)))
|
||||||
(home-page "https://github.com/pcmanus/ccm")
|
(home-page "https://github.com/pcmanus/ccm")
|
||||||
(synopsis "Cassandra Cluster Manager")
|
(synopsis "Cassandra Cluster Manager for Apache Cassandra clusters on
|
||||||
(description "A script/library to create, launch and remove an Apache
|
localhost")
|
||||||
Cassandra cluster on localhost.")
|
(description "Cassandra Cluster Manager is a development tool for testing
|
||||||
|
local Cassandra clusters. It creates, launches and removes Cassandra clusters
|
||||||
|
on localhost.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public python2-ccm
|
(define-public python2-ccm
|
||||||
|
|
Loading…
Reference in New Issue