lzip: License is GPL-2 or later

According to the homepage and `COPYING` file inside the source
archive.
This commit is contained in:
László Vaskó 2022-01-04 15:02:02 +01:00
parent e541cd5abe
commit 3f76d236af

View File

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = "https://www.nongnu.org/lzip/lzip.html";
description = "A lossless data compressor based on the LZMA algorithm";
license = lib.licenses.gpl3Plus;
license = lib.licenses.gpl2Plus;
platforms = lib.platforms.all;
};
}