mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
unzip: change license to info-zip
We have this license in our license list no reason not to use
This commit is contained in:
parent
bf123a7e48
commit
6a08cc6e1a
@ -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";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user