diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-10-10 14:19:08 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-04 19:22:33 +0100 |
commit | 5a719deedcb6f559f3295b94d5258c4cc046ad30 (patch) | |
tree | e29df76d396bc695d74e47310d180fc2afab3a0b /gnu | |
parent | af147cddd417ca90919e26f0311c1a6d8a22ca59 (diff) | |
download | patches-5a719deedcb6f559f3295b94d5258c4cc046ad30.tar patches-5a719deedcb6f559f3295b94d5258c4cc046ad30.tar.gz |
gnu: zstd: Fix typo in comment.
* gnu/packages/compression.scm (zstd)[license]: Fix comment typo.
Diffstat (limited to 'gnu')
-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 813620911e..3e0541eb92 100644 --- a/gnu/packages/compression.scm +++ b/gnu/packages/compression.scm @@ -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* |