gnu: python-ndg-httpsclient: Tweak description.
* gnu/packages/python-web.scm (python-ndg-httpsclient)[description]: Add some punctuation.
This commit is contained in:
parent
9b1125bc6c
commit
eed0f1e872
|
@ -1076,9 +1076,9 @@ facilities for defining, registering and looking up components.")
|
|||
`(("python-pyopenssl" ,python-pyopenssl)))
|
||||
(synopsis "HTTPS support for Python's httplib and urllib2")
|
||||
(description "This is a HTTPS client implementation for httplib and urllib2
|
||||
based on PyOpenSSL. PyOpenSSL provides a more fully featured SSL implementation
|
||||
over the default provided with Python and importantly enables full verification
|
||||
of the SSL peer.")
|
||||
based on PyOpenSSL. PyOpenSSL provides a more fully-featured SSL implementation
|
||||
over the default provided with Python and, importantly, enables full
|
||||
verification of the SSL peer.")
|
||||
(home-page "https://github.com/cedadev/ndg_httpsclient/")
|
||||
(license license:bsd-3)))
|
||||
|
||||
|
|
Loading…
Reference in New Issue