From c6519028fb91878683f305b227cb208d40a8a326 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Sat, 16 Dec 2023 13:54:49 +0100 Subject: [PATCH] zsync: change license to artistic2 Found in the overview section on http://zsync.moria.org.uk/ --- pkgs/tools/compression/zsync/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/compression/zsync/default.nix b/pkgs/tools/compression/zsync/default.nix index b92112a4816e..0de21cb9c736 100644 --- a/pkgs/tools/compression/zsync/default.nix +++ b/pkgs/tools/compression/zsync/default.nix @@ -14,7 +14,7 @@ stdenv.mkDerivation rec { meta = with lib; { homepage = "http://zsync.moria.org.uk/"; description = "File distribution system using the rsync algorithm"; - license = licenses.free; + license = licenses.artistic2; maintainers = with maintainers; [ viric ]; platforms = with platforms; all; };