mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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
1 changed files with 3 additions and 3 deletions
|
@ -1076,9 +1076,9 @@ (define-public python-ndg-httpsclient
|
||||||
`(("python-pyopenssl" ,python-pyopenssl)))
|
`(("python-pyopenssl" ,python-pyopenssl)))
|
||||||
(synopsis "HTTPS support for Python's httplib and urllib2")
|
(synopsis "HTTPS support for Python's httplib and urllib2")
|
||||||
(description "This is a HTTPS client implementation for 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
|
based on PyOpenSSL. PyOpenSSL provides a more fully-featured SSL implementation
|
||||||
over the default provided with Python and importantly enables full verification
|
over the default provided with Python and, importantly, enables full
|
||||||
of the SSL peer.")
|
verification of the SSL peer.")
|
||||||
(home-page "https://github.com/cedadev/ndg_httpsclient/")
|
(home-page "https://github.com/cedadev/ndg_httpsclient/")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue