about summary refs log tree commit diff
path: root/pkgs/tools/archivers
diff options
context:
space:
mode:
authorjopejoe1 <johannes@joens.email>2023-12-16 14:15:42 +0100
committerEmery Hemingway <ehmry@posteo.net>2023-12-17 08:47:39 +0000
commit6a08cc6e1ac6fc474b5de5220dbc3ff2d9fd9360 (patch)
tree435963ce5177e7f32f54eaf2d74aed1b8099c2c4 /pkgs/tools/archivers
parentbf123a7e48ed95930891c25c9d6da269e06fdcf9 (diff)
unzip: change license to info-zip
We have this license in our license list no reason not to use
Diffstat (limited to 'pkgs/tools/archivers')
-rw-r--r--pkgs/tools/archivers/unzip/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/archivers/unzip/default.nix b/pkgs/tools/archivers/unzip/default.nix
index ab37ef98c0bde..9860817cf3e15 100644
--- a/pkgs/tools/archivers/unzip/default.nix
+++ b/pkgs/tools/archivers/unzip/default.nix
@@ -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";
   };