zsync: change license to artistic2

Found in the overview section on http://zsync.moria.org.uk/
This commit is contained in:
jopejoe1 2023-12-16 13:54:49 +01:00 committed by Emery Hemingway
parent a70060d2e4
commit c6519028fb

View File

@ -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;
};