[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/05: gnu: zstd: Fix typo in comment.
From: |
Tobias Geerinckx-Rice |
Subject: |
02/05: gnu: zstd: Fix typo in comment. |
Date: |
Sun, 4 Feb 2018 13:22:55 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 5a719deedcb6f559f3295b94d5258c4cc046ad30
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Tue Oct 10 14:19:08 2017 +0200
gnu: zstd: Fix typo in comment.
* gnu/packages/compression.scm (zstd)[license]: Fix comment typo.
---
gnu/packages/compression.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 8136209..3e0541e 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*