zsync: change license to artistic2

Found in the overview section on http://zsync.moria.org.uk/

authored by jopejoe1 and committed by Emery Hemingway c6519028 a70060d2

+1 -1
+1 -1
pkgs/tools/compression/zsync/default.nix
··· 14 meta = with lib; { 15 homepage = "http://zsync.moria.org.uk/"; 16 description = "File distribution system using the rsync algorithm"; 17 - license = licenses.free; 18 maintainers = with maintainers; [ viric ]; 19 platforms = with platforms; all; 20 };
··· 14 meta = with lib; { 15 homepage = "http://zsync.moria.org.uk/"; 16 description = "File distribution system using the rsync algorithm"; 17 + license = licenses.artistic2; 18 maintainers = with maintainers; [ viric ]; 19 platforms = with platforms; all; 20 };