diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-08-04 04:58:19 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-08-04 05:00:26 +0200 |
commit | b316caaa9cda8bf2a8b20d5ba87b5d306f3b39bd (patch) | |
tree | 05c8933093f5f5c9c762496f2c70289720b2588b | |
parent | e9f6a935fbff9cfc1e5d8045aebe7230dbb5dbdf (diff) | |
download | guix-b316caaa9cda8bf2a8b20d5ba87b5d306f3b39bd.tar.gz guix-b316caaa9cda8bf2a8b20d5ba87b5d306f3b39bd.zip |
gnu: python-lz4: Fix typo in synopsis.
* gnu/packages/compression.scm (python-lz4)[synopsis]: Fix typo.
-rw-r--r-- | gnu/packages/compression.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm index d2de0d3b8b..a732ca26de 100644 --- a/gnu/packages/compression.scm +++ b/gnu/packages/compression.scm @@ -755,7 +755,7 @@ time for compression ratio.") `(("python-nose" ,python-nose) ("python-setuptools-scm" ,python-setuptools-scm))) (home-page "https://github.com/python-lz4/python-lz4") - (synopsis "LZ4 Bindings for Python") + (synopsis "LZ4 bindings for Python") (description "This package provides python bindings for the lz4 compression library by Yann Collet. The project contains bindings for the LZ4 block format and |