lzip: License is GPL-2 or later
According to the homepage and `COPYING` file inside the source archive.
This commit is contained in:
parent
e541cd5abe
commit
3f76d236af
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://www.nongnu.org/lzip/lzip.html";
|
homepage = "https://www.nongnu.org/lzip/lzip.html";
|
||||||
description = "A lossless data compressor based on the LZMA algorithm";
|
description = "A lossless data compressor based on the LZMA algorithm";
|
||||||
license = lib.licenses.gpl3Plus;
|
license = lib.licenses.gpl2Plus;
|
||||||
platforms = lib.platforms.all;
|
platforms = lib.platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue