zsync: change license to artistic2

Found in the overview section on http://zsync.moria.org.uk/
This commit is contained in:
jopejoe1
2023-12-17 08:47:39 +00:00
committed by Emery Hemingway
parent a70060d2e4
commit c6519028fb
+1 -1
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;
};