gnu: zstd: Fix typo in comment.

* gnu/packages/compression.scm (zstd)[license]: Fix comment typo.
This commit is contained in:
Tobias Geerinckx-Rice 2017-10-10 14:19:08 +02:00
parent af147cddd4
commit 5a719deedc
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1623,7 +1623,7 @@ (define-public zstd
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*