unzip: change license to info-zip

We have this license in our license list no reason not to use
This commit is contained in:
jopejoe1 2023-12-16 14:15:42 +01:00 committed by Emery Hemingway
parent bf123a7e48
commit 6a08cc6e1a

View File

@ -100,7 +100,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = "http://www.info-zip.org";
description = "An extraction utility for archives compressed in .zip format";
license = lib.licenses.free; # http://www.info-zip.org/license.html
license = lib.licenses.info-zip;
platforms = lib.platforms.all;
mainProgram = "unzip";
};