~ruther/guix-local

5a719deedcb6f559f3295b94d5258c4cc046ad30 — Tobias Geerinckx-Rice 8 years ago af147cd
gnu: zstd: Fix typo in comment.

* gnu/packages/compression.scm (zstd)[license]: Fix comment typo.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/compression.scm
M gnu/packages/compression.scm => gnu/packages/compression.scm +1 -1
@@ 1623,7 1623,7 @@ trade-off between compression ratio and speed, without affecting decompression
speed.")
    (license (list license:bsd-3         ; the main top-level LICENSE file
                   license:bsd-2         ; many files explicitly state 2-Clause
                   license:gpl2          ; the mail top-level COPYING file
                   license:gpl2          ; the main top-level COPYING file
                   license:gpl3+         ; tests/gzip/*.sh
                   license:expat         ; lib/dictBuilder/divsufsort.[ch]
                   license:public-domain ; zlibWrapper/examples/fitblk*