gnu: python-zstandard: Fix indentation.
* gnu/packages/python-compression.scm (python-zstandard): Fix indentation.
This commit is contained in:
parent
26d52476a0
commit
fe9a113bb4
1 changed files with 16 additions and 16 deletions
|
@ -251,7 +251,7 @@ wrapper. It provides a backport of the @code{Path} object.")
|
|||
`(("python-hypothesis" ,python-hypothesis)))
|
||||
(home-page "https://github.com/indygreg/python-zstandard")
|
||||
(synopsis "Zstandard bindings for Python")
|
||||
(description "This project provides Python bindings for interfacing
|
||||
with the Zstandard compression library. A C extension and CFFI
|
||||
interface are provided.")
|
||||
(description "This project provides Python bindings for interfacing with
|
||||
the Zstandard compression library. A C extension and CFFI interface are
|
||||
provided.")
|
||||
(license license:bsd-3)))
|
||||
|
|
Reference in a new issue